I'd like to know if XOM allows regex in it's XPath expressions. As far as I know regex is only available in XPath 2.0 via the match() function. It seems that XOM doesn't support this function. Is their another way to use regex in XPath?
Asked
Active
Viewed 46 times
1 Answers
0
It does not. XOM's XPath is based on Jaxen, which only supports XPath 1.0.

Elliotte Rusty Harold
- 963
- 7
- 15