0

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?

cobby
  • 484
  • 3
  • 18

1 Answers1

0

It does not. XOM's XPath is based on Jaxen, which only supports XPath 1.0.