Skip to content
Prev 168074 / 398502 Next

XML package help

Skewes,Aaron wrote:
getNodeSet(doc, 
"//File[FileTypeId/text()='10']/PatientCharacteristics[@eName='one']/@eValue")


should do it.
You need to compare the text() of the FileTypeId node.
And the / after the PatientCharacterstics and before the [] will cause 
trouble.


HTH,

   D.