Wrapped by ?

2009-07-15 Thread ronaldlee
Hi, I am having a problem with the XML parser used by a webapp. The problem is that Jasper using xerces XML parser to pass a taglib file (one that ends with ".tld").. but for some reason xerces return a doc node that is wrapped by "..".. any idea why?? The taglib file looks something like this:

Re: Wrapped by ?

2009-07-15 Thread ronaldlee
oh.. thats possible.. ok just to make sure the original version of xerces doesn't do this kind of thing, thanks for your response. Ron keshlam wrote: > > Are you sure you're reading the file you think you're reading? Try > printing out the contents rather than parsing them. > > (This isn't s