Re: Can a split on an xpath ignore namespaces?

2011-02-16 Thread Claus Ibsen
Hi No that's not possible. The XPath in the JDK is limited in this regard. We have looked into this in the past, but didn't find a solution. On Wed, Feb 16, 2011 at 4:13 PM, Jeffrey Knight wrote: > Using the XML configuration, is it possible to make namespace > agnostic ? > > Rather than thi

Can a split on an xpath ignore namespaces?

2011-02-16 Thread Jeffrey Knight
Using the XML configuration, is it possible to make namespace agnostic ? Rather than this Camel config (which works, since the XML has an explicit namespace): http://camel.apache.org/schema/spring"; xmlns:my="http://my.namespace";> [...] //my:files I'd rather ignore the namespace in