I have an XML which is in the form of a string which my parser can't work with. Concretely it has all the XML tags but it is a string instead of an XML file. It should be first converted to an XML file. I have already googled and came across a similar question on SO but that deals with libxml2's C++ api. I am working in python.
-
This question appears to be off-topic because it is (a) based on the false premise that you need to write XML to a file; and (b) writing to a file is not specific to XML.Marcin– Marcin2014-05-15 15:53:36 +00:00Commented May 15, 2014 at 15:53
Add a comment
|