Hi,
I have a string which holds a valid XML
some thing like this
strXML = "<GSP ver='3.2'><tm>7.622</tm><RES SN='1'><M>126000</M></RES></GSP>";
Can any one tell me how to get the value of "126000" from the above XMLstring in EP.
Note: I want to use DOM parser to get the value.
Thanks in advance
Lakshminarayana