Parsing non-well formed XML with Qt

VchAlfredHall

New Member
I'd like to use Qt to parse a non-well formed XML document of the form:\[code\]<log_data>//lots of data</log_data><log_data>//more data</log_data>//etc.\[/code\]Is this even possible or does the Qt XML parsing libraries absolutely require well-formed XML?Thanks in advance.
 
Back
Top