G
Guest
i am trying to check if a node with an attribute of value XXX exist
(it possible that still there isnt any node with the name GameType)
what do i do wrong beacuse the next code isnt working :
XmlDocument.SelectSingleNode("GamesZone/GameType/[@Ref=" & GameTypeRef & "]")
thnaks in advance
peleg
(it possible that still there isnt any node with the name GameType)
what do i do wrong beacuse the next code isnt working :
XmlDocument.SelectSingleNode("GamesZone/GameType/[@Ref=" & GameTypeRef & "]")
thnaks in advance
peleg