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.
我需要这样的东西:
<xmlData><elementA> (*) </elementA></xmlData> (*) <xmlData2><elementB>HelloWorld</elementB></xmlData2>
如何将 (*) xml 字符串插入 xmlData(格式良好的 XML)中的占位符?(用 C++ 中的 tinyXML 解析)
非常感谢你!
好吧,您可以只使用 TinyXML 来创建您的 XML-DOM :-)
如果您只想使用普通的旧打印,请替换以下字符:
我也喜欢用“>”替换“>” 为了一致性。