parseRdfXml

fnOdfRdfMetadata parseRdfXml(const(ubyte)[] xmlBytes)

Parses RDF/XML content from raw bytes (e.g. from manifest.rdf).

Parameters

xmlBytesRaw UTF-8 encoded RDF/XML byte sequence.

Returns

An OdfRdfMetadata with parsed graphs and triples.

Throws

Exception when the XML is malformed.