Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GetElementsByTagName which is not case sensitive?

i'm using GetElementsByTagName to extract an element from an xml. GetElementsByTagName is case sensitive - it throws an exception if the node name is 'PARAMS' instead of 'Params'. i dont want that , can i use a different way in XMLDocument so it wont be case sensitive ?

like image 263
Rodniko Avatar asked Sep 15 '10 09:09

Rodniko


1 Answers

Since my other answer was deemed 'not an answer', yet the answer is clearly no, let's try again with a more succinct and to the point post:

can i use a different way in XMLDocument so it wont be case sensitive

No.

Now the questioner can improve his answer count and I won't have to question the sanity of moderators here.

like image 125
Rushyo Avatar answered Sep 24 '22 22:09

Rushyo