I am working with xml files that do not have a root element. Basically I have 
files that look like the following:

----------------start-file----------------
<data>

    <something></something>

</data>
<data>

    <something></something>

</data>
<data>

    <something></something>

</data>

-----------------end-file-----------------

I've been trying to unmarshall all the <data> objects from this type of file 
but have not figured out how to do it. Is it possibly to unmarshall a file like 
this? The unmarshallDocument(reader) method successfully returns the first 
<data> object within the file. How can I get the rest of the <data> objects?

Thanks,
Chris





 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to