Click to See Complete Forum and Search --> : XML tag


kelphis
01-09-2006, 12:43 PM
how do you return the name of an XML tag.

i have this xml
<xmltag1>
somevalue
</xmltag1>

i want a function or something that will return "xmltag1"

laserlight
01-09-2006, 01:06 PM
Which extension are you using to work with XML, and on which version of PHP?

kelphis
01-09-2006, 05:38 PM
version: 5.1.1
the latest one

if you are refering to the dlls when you say extensions then the only extensions being included in the php.ini are :
php_gd2.dll
php_xmlrpc.dll

i use this function to load the xml:
simplexml_load_file()