[
https://issues.apache.org/activemq/browse/CAMEL-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Strachan resolved CAMEL-178.
----------------------------------
Resolution: Fixed
the <xquery> tag is also namespace aware too; so if you do
{code:lang=xml}
<beans xmlns:foo="whatnot">
...
<filter>
<xquery>//foo:bar</xquery>
{code}
You can reuse the namespace prefixes in the doc
> add xquery language so that <xquery> works in the spring DSL
> ------------------------------------------------------------
>
> Key: CAMEL-178
> URL: https://issues.apache.org/activemq/browse/CAMEL-178
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-saxon
> Reporter: James Strachan
> Fix For: 1.3.0
>
>
> also add a test case showing XQuery injection of a bean
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.