There's a few xml -> array libraries out there which is probably the
easier way to examine xml stuff.

I use http://keithdevens.com/software/phpxml but there are many others.

M

-----Original Message-----
From: Stefan [mailto:[EMAIL PROTECTED] 
Sent: 08 April 2005 13:26
To: php-general@lists.php.net
Subject: [PHP] XML Select

Hi NG
I've a question about searching in a xmlfile.
Is there a mehtod to select a xml-node with a specific value?

e.g.
<xml>
<name>abc</name>
<namedef</name>
</xml>

and I want search for the node with name abc.
Or is it possible with a xpath definition?

Thanks in advance
Stefan 

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php


_____________________________________________________________________
This message has been checked for all known viruses.



_____________________________________________________________________
This message has been checked for all known viruses.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to