Re: Xpath extract element name

2010-09-23 Thread yklxmas
Great. XSL worked like a charm! Thx lots. -- View this message in context: http://lucene.472066.n3.nabble.com/Xpath-extract-element-name-tp1534390p1567809.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Xpath extract element name

2010-09-21 Thread Lance Norskog
The XPath implementation only supports a few features of xpath. But, you can give it an XSL script that transforms the incoming XML before it hits the XPathEntityProcessor. You can use this to boil down the incoming to a simple format with the things you want. yklxmas wrote: Hi guys, I'm tr

Xpath extract element name

2010-09-21 Thread yklxmas
quot; Can anyone help, please? Many thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Xpath-extract-element-name-tp1534390p1534390.html Sent from the Solr - User mailing list archive at Nabble.com.