Re: Is it possible to set the documentType on an XPath in XML DSL (Spring/Blueprint)

2014-12-25 Thread Claus Ibsen
Hi I logged a ticket https://issues.apache.org/jira/browse/CAMEL-8182 On Wed, Dec 17, 2014 at 4:07 PM, Claus Ibsen wrote: > Hi > > Yeah sure we can add that option to the xpath definition so its > available in XML DSL. Feel free to log a JIRA > http://camel.apache.org/support > > > > On Fri, Dec

Re: Is it possible to set the documentType on an XPath in XML DSL (Spring/Blueprint)

2014-12-17 Thread Claus Ibsen
Hi Yeah sure we can add that option to the xpath definition so its available in XML DSL. Feel free to log a JIRA http://camel.apache.org/support On Fri, Dec 12, 2014 at 8:39 AM, Siano, Stephan wrote: > Hi, > > in Java DSL it is possible to set the documentType on an XPath expression or > pred

Is it possible to set the documentType on an XPath in XML DSL (Spring/Blueprint)

2014-12-11 Thread Siano, Stephan
Hi, in Java DSL it is possible to set the documentType on an XPath expression or predicate (that's the type the document is converted to before applying the XPath, not the result type) e.g.: from("file://target/file/xpathsplit") // set documentType to org.xml