From: Paul R. <rst...@ya...> - 2004-04-08 21:26:05
|
I am calling parse_memory on an XML++ sax parser and passing it a std::string. Sometimes it works and sometimes it gets part way through the xml document and then stops after an end_element call, never completing the document. My document is very short - only a single line of well formed xml. Any tips on what I might be doing to cause this? Thanks! |