I'm using Python's xml.dom.minidom to create an XML document. (Logical structure -> XML string, not the other way around.)
How do I make it escape the strings I provide so they won't be able to mess up the XML?
|
|
Do you mean you do something like this:
Then you will get nicely escaped XML string:
|
|||
|
|
|
Something like this?
|
||||
|
|