parseOdfXmlString

fnXmlDocument parseOdfXmlString(string xml)

Parses an XML string into an XmlDocument.

Parameters

xmlXML document as a string.

Returns

The parsed XmlDocument.

Throws

OdfXmlException when the XML is malformed.