I wanna be able to check if my xml, xmlChecklistItem already contains a certain row.
my code:
var node = xmlTemp.selectSingleNode("//ChecklistItem/Row");
where my node.xml is equal to the ff:
<Row piID="S000000051" piItemName="Communications - Cable TV"/>
and xmlChecklistItem goes like this:
<ChecklistItem>
<Row piID="S000000051" piItemName="Communications - Cable TV"/>
</ChecklistItem>