| Message: 90262 |
 |
BY: Isak Hansen (isak) DATE: 2009-09-14 09:33 SUBJECT: RE: How do I use fn:lower-case() in XPath? Ok. As far as I can tell, LibXML2 only implements XPath 1.0, which doesn't include lower-case().
I've come up with a workaround, using translate() to convert any upper-case char to lower-case. Won't work great for accents, but in my case that's not an issue.
| |