parseOdfXml

fnXmlDocument parseOdfXml(const(ubyte)[] xmlBytes)

Parses raw XML bytes into an XmlDocument.

Parameters

xmlBytesRaw UTF-8 encoded XML byte sequence.

Returns

The parsed XmlDocument.

Throws

OdfXmlException when the XML is malformed.