I am attempting to process a number of XML datagrams that are coming back from a web service. Essentially, there are multiple full XML documents being returned as one stream, and I would like to create a Document for each of them. Can anyone give me a pointer as to where I should start looking? I was thinking that some sort of SAX reader could separate each datagram into a String object, and then I could use the SAXReader.read(String) method to construct a Document object. Does anyone here have experience doing something like this? If so, I would appreciate a pointer in the right direction...
Thanks in advance,
C.
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user
- Re: [dom4j-user] Processing Multiple XML Datagrams Cory C. Omand
- Re: [dom4j-user] Processing Multiple XML Datagrams Iain Shigeoka
- Re: [dom4j-user] Processing Multiple XML Datagrams James Strachan