parseOdfXml
fn
XmlDocument parseOdfXml(const(ubyte)[] xmlBytes)Parses raw XML bytes into an XmlDocument.
Parameters
xmlBytes | Raw UTF-8 encoded XML byte sequence. |
Returns
The parsed XmlDocument.
Throws
OdfXmlException when the XML is malformed.