Forum Moderators: coopster

Message Too Old, No Replies

php domDocument check node exists

checking for a node to exist in an xml file using php

         

liam_85

10:22 am on Nov 28, 2008 (gmt 0)

10+ Year Member



Hello,

This is my first time posting a problem. I would like to check if an element exists in an xml file through php. Does anyone know how to go around this?

vincevincevince

8:41 am on Nov 29, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



By ID you can do:
DomDocument->get_element_by_id ( string $id )

When it succeeds, then the node exists.