Hello, I have been doing XPath injection and it is pretty cool. Using the instructions here, I created my own copy of the XPath annotation:
http://camel.apache.org/xpath.html My question, how can I use wildcard namespaces? If you do something like this it fails due to the asterick: @Path("//*:bar/text()") String bar However, if you want to get verbose about it, you can get it to work: @Path("//child::* [local-name(.)='bar']") String bar Any idea whether the custom XPath injection will support the simpler '*' syntax? Cheers, Yogesh -- View this message in context: http://old.nabble.com/Wildcard-Namespaces-in-XPath-Injection-tp28044062p28044062.html Sent from the Camel - Users mailing list archive at Nabble.com.