XMPMetadata.getSchemas () delivery incorrect result if multiple namespaces are
present
--------------------------------------------------------------------------------------
Key: PDFBOX-1052
URL: https://issues.apache.org/jira/browse/PDFBOX-1052
Project: PDFBox
Issue Type: Bug
Components: JempBox
Affects Versions: 1.5.0
Reporter: Philip Helger
If an RDF document only has a single rdf:description element covering multiple
namespaces, the getSchemas () method delivers only the first namespace.
It can easily be fixed by changing line 613 to:
for (int j = 0; j < attributes.getLength(); j++)
Please see the attached file for an example.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira