parseOdfXmlString
fn
XmlDocument parseOdfXmlString(string xml)Parses an XML string into an XmlDocument.
Parameters
xml | XML document as a string. |
Returns
The parsed XmlDocument.
Throws
OdfXmlException when the XML is malformed.