Z zlf Nov 25, 2008 #1 How to SelectNodes from XmlElement on ignorecase mode? I googled a lot but did not find anything help. Thanks zlf
How to SelectNodes from XmlElement on ignorecase mode? I googled a lot but did not find anything help. Thanks zlf
S sloan Nov 25, 2008 #2 Do you mean the Xpath is "ignore case" (case insensitive) ..... or the Values you are searching for are case insensitive? LastName=Smith for example? Xpath is case sensitive. Accepting it is the best solution.
Do you mean the Xpath is "ignore case" (case insensitive) ..... or the Values you are searching for are case insensitive? LastName=Smith for example? Xpath is case sensitive. Accepting it is the best solution.
A Aedna Mar 2, 2011 #3 here is a nice workaround to case-sensitivity http://beta.blogs.microsoft.co.il/b...09/04/05/case-insensitive-xpath-querying.aspx
here is a nice workaround to case-sensitivity http://beta.blogs.microsoft.co.il/b...09/04/05/case-insensitive-xpath-querying.aspx
A Aedna Mar 2, 2011 #4 http://beta.blogs.microsoft.co.il/b...09/04/05/case-insensitive-xpath-querying.aspx