Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 XML 文件,其中包括以下行:
<span class="page-normal" id="page_0007"><A href="bwxy0003.smil#page_0007" >>4</A></span>
我使用过 QXmlStreamReader、QDomDocument、QXmlSimpleReader、libxml2 和 pugixml,但在这条线上都失败了,尤其是在“&qt;”
是否有一个 XML 解析器可以使用这个或其他解决方案?
谢谢您的帮助