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>Text text text<a><b></b>Test text</a> text text text<c>text text</c><d><d/><xml>
我如何解析这个 xml 以便保留所有信息(解析成树?)。我需要保留文本以及文本中标签的顺序和位置。
谢谢你的帮助!
编辑:我已经尝试过使用java解析器......我没有设法让它工作。
这不是格式良好的 xml。您不能使用标准解析器。你必须写一个你的。