I have XML file which include the following line:
<span class="page-normal" id="page_0007"><A href="bwxy0003.smil#page_0007" >>4</A></span>
I have used QXmlStreamReader, QDomDocument, QXmlSimpleReader, libxml2 and pugixml, but all fail on this line and especially at the "&qt;"
Is there an XML parser who will work with this or another solution is possible?
Thanks for the help