XML search case insensitive?

  • Thread starter Thread starter Cesar Ronchese
  • Start date Start date
C

Cesar Ronchese

Hi all.

I have some codes using the System.XML objects to find my configurations
(object.SelectNode -or- object.SelectNodes).

The problem is I need suply the XPath string with case sensitive. Its
possible I change the behaviour to case insensitive?

Early thx
Cesar
 
Back
Top