i am parsing an XML using MSXML2.DOMDocument40
(almost everything is written)
but i look for a way how can i check if a certain node dosent exist
when i try to access by "getElementsByTagName" like this :
PHP Code:
objXMLDOM.getElementsByTagName("xxx"
how can i check if a node exist or not so i wont get an error ?
thnaks in advance
peleg