c++ - adding namespaces to XML with boost -


i'm trying generate xml using boost. going fine far, xml gets generated needs have namespace.

so instead of <name>"harry"</name> <ns1:name>"harry"</ns1:name>

is there way add namespace xml boost without manually adding "ns1" every line?

is there way add namespace xml boost without manually adding "ns1" every line?

assuming use rapidxml, no cannot. extend rapidxml support or obtain copy of parser support (see sehe's answer).

there even fork of rapidxml supports (you have replace it). or add namespace manually adding string.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -