You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/03/29 14:17:05 UTC

[jira] [Updated] (CAMEL-3818) Cannot do XQuery on file data

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

Claus Ibsen updated CAMEL-3818:
-------------------------------

      Priority: Minor  (was: Major)
    Issue Type: Improvement  (was: Bug)

> Cannot do XQuery on file data
> -----------------------------
>
>                 Key: CAMEL-3818
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3818
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-saxon
>    Affects Versions: 2.7.0
>            Reporter: Mikael Ståldal
>            Priority: Minor
>              Labels: file, xml, xquery
>
> It is not possible to do an XQuery filter on a file source:
> <route>
>    <from uri='ftp://username@localhost/?password=password'/>
>    <choice>
>    <when>
>      <xquery>/root[@name='James']</xquery>
>      <to uri="jmq:SomeQueue"/>
>    </when>
>    <otherwise>
>      <rollback/>
>    <otherwise>
>    </choice>
> </route>
> It works if you use <xpath> instead of <xquery> but I need the XPath 2.0 support available in <xquery> do to date/time processing.

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