myroch opened a new pull request, #163:
URL: https://github.com/apache/pdfbox/pull/163
As per XMP Specification is the xmpmeta element optional:
The sections below describe the high-level structure of XMP data in an XMP
Packet:
- The outermost element is optionally an x:xmpmeta element
- It contains a single rdf:RDF element
- which in turn contains one or more rdf:Description elements
- each of which contains one or more XMP Properties.
DomXmpParser requires it as per call to expectNaming(root, "adobe:ns:meta/",
"x", "xmpmeta");
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]