I have to write a program where we get the xml file incrementally. i.e the file is constantly updated in the form of xml feed. Thus the first chunk will not be a well formed xml document. However i need to parse the feeds regularly and display the parsed result.
How can this be achieved.? Eg... xml field can be following First chunk is as follows: We can see it is not well formed <xml> <results> <result1> </result1? <result2> </result2> The next chunk will be <result3> </result3> <result4> </result4> </results> </xml> Please help!! I would be greatful if you could provide me with sample code or some links which i can follow. TIA -- View this message in context: http://www.nabble.com/How-to-parse-staggered-xml-file-using-libxml-SAX-tp21429559p21429559.html Sent from the C-prog mailing list archive at Nabble.com.
