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 :
how can i check if a node exist or not so i wont get an error ?PHP Code:objXMLDOM.getElementsByTagName("xxx")
thnaks in advance
peleg




Reply With Quote