OdfRdfMetadata with parsed graphs and triples.parseRdfXml
fn
OdfRdfMetadata parseRdfXml(const(ubyte)[] xmlBytes)Parses RDF/XML content from raw bytes (e.g. from manifest.rdf).
Parameters
xmlBytes | Raw UTF-8 encoded RDF/XML byte sequence. |
Returns
An
Throws
Exception when the XML is malformed.