Easier XML parser extensibility
-------------------------------

                 Key: TIKA-625
                 URL: https://issues.apache.org/jira/browse/TIKA-625
             Project: Tika
          Issue Type: Improvement
          Components: parser
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting
            Priority: Minor


The DcXMLParser class uses our streaming XPath mechanism to locate Dublin Core 
elements from a stream of SAX events. While powerful, that mechanism is a bit 
cumbersome to use for simple use cases where you'd just want to map the 
contents of a specific XML element or attribute into a metadata field. To make 
this simpler (and to remove the XPath processing overhead), I'd like to add new 
Attribute- and ElementMetadataHandler utility classes that focus on this 
specific use case.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to