K
Ketan
Hello,
I am looking for a java-based xpath parser, that will enable me parse
a string containing an xpath expression into steps, predicates,
conditions etc.
sample expressions: a/b/c, a/b[@name='123'][4]/c[@name='ddd']
etc.
I have looked at a couple and didn't really find what I wanted.. Some
did not have methods to get the info I was looking for, one did not
support the level of indexing I need...
Any pointers would be greatly appeciated..
Thanks in advance.
-K
I am looking for a java-based xpath parser, that will enable me parse
a string containing an xpath expression into steps, predicates,
conditions etc.
sample expressions: a/b/c, a/b[@name='123'][4]/c[@name='ddd']
etc.
I have looked at a couple and didn't really find what I wanted.. Some
did not have methods to get the info I was looking for, one did not
support the level of indexing I need...
Any pointers would be greatly appeciated..
Thanks in advance.
-K