File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes Castor Un-Marshalling Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Castor Un-Marshalling Error" Watch "Castor Un-Marshalling Error" New topic
Author

Castor Un-Marshalling Error

Dave Schick
Greenhorn

Joined: Sep 01, 2006
Posts: 13
I'm getting the following error when I attempt to un-marshall an xml document using Castor: Parsing Error : Content is not allowed in prolog.

I checked and there are no spaces before my opening <xml tag. The xml is well-formed as well.

Has anyone experienced this error before and can you share your experiences with me? I'll provide code samples if anyone responds...

Thank you


Dave Schick (SCJP 5.0, SCWCD)
Dave Schick
Greenhorn

Joined: Sep 01, 2006
Posts: 13
FYI -- I fixed this problem by using FileReader instead of StringReader to read in the input xml file. Thank you anyway.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Castor Un-Marshalling Error
 
Similar Threads
I hate to use a bad word here
Is this a good idea for pseudo O/R mapping?
Design considerations
XML to Java object using JAXB
JAXB unmarshalling