N
Nikhil Ekke
Hi,
I am parsing an XML file.
I am using the function GetElementsByTagName() function.
But I want this function to give me the XMLNodeList which is case
insensitive.
Suppose there r nodes like this
<time/>
<Time/>
<TimE/>
it shd return all of the above.
Can somebody pl. help me
Regards,
Nikhil
I am parsing an XML file.
I am using the function GetElementsByTagName() function.
But I want this function to give me the XMLNodeList which is case
insensitive.
Suppose there r nodes like this
<time/>
<Time/>
<TimE/>
it shd return all of the above.
Can somebody pl. help me
Regards,
Nikhil