Hi Niranjan,
I haven't seen your attached XML. Plese try the below code, if it is comfortable with your XML,
GeSHi (qtp):
gStrOrPath=
"c:\"'Path of your XMLSet gObjXmlOR =
CreateObject( "Microsoft.XMLDOM")gObjXmlOR.
Async =
"False"gObjXmlOR.
Load(gStrOrPath
)v_Str_X_Query=
"/xx/yy"'Write your query hereMsgbox gObjXmlOR.
documentElement.
selectSingleNode(v_Str_X_Query
).
attributes(0).
Text Created by GeSHI 1.0.7.20