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を作成することができます :-)
普通の古い印刷を使用したいだけの場合は、次の文字を置き換えます。
">" を ">" に置き換えるのも好きです。一貫性のために。