1

I am using VTD-XML and java to parse an XML file using xpath. I need to apply the xpath in a case insensitive mode? Could you please suggest how to do that?

Bibin
  • 61
  • 1
  • 1
  • 3

1 Answers1

1

Vtd-xml supports lower-case & upper-case functions for Xpath since 2.11 http://vtd-xml.sourceforge.net/faq.html

user3020494
  • 712
  • 6
  • 9