[ 
https://issues.apache.org/jira/browse/CAMEL-4589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-4589.
--------------------------------

    Resolution: Won't Fix

The current code is the most optimal for default XPath in the JDK. I have 
introduced another way to tokenize big XML data.
                
> XPathBuilder - Optimize to use better suitable message body
> -----------------------------------------------------------
>
>                 Key: CAMEL-4589
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4589
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0
>
>
> The XPathBuilder in Camel which is used for XPath expressions should be 
> optimized to better check the message body for already being an InputSource 
> or if its easier to convert to InputSource than a DOM object.
> Hopefully this should help with big streams to avoid by default to use DOM, 
> but to prefer to use a stream based input source, as well accept SAXSource as 
> source.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to