[PHP] parsing XML turorials, suggestions

2001-10-29 Thread bill

Need to get started parsing XML documents.  I've developed a program to
write them XML a database, but now I need to read them to obtain, for
example, the (cdata) value of title which is nested inside book,
etc.

What's the best place to start?  Does DOMXML have a future?

Tutorials?

Suggestions?

kind regards,

bill hollett


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] parsing XML turorials, suggestions

2001-10-29 Thread Christian Reiniger

On Monday 29 October 2001 16:25, bill wrote:
 Need to get started parsing XML documents.  I've developed a program to
 write them XML a database, but now I need to read them to obtain, for
 example, the (cdata) value of title which is nested inside book,
 etc.

 What's the best place to start?  Does DOMXML have a future?

Sure. But it's a bit overkill if you just want to read XML (sequentially).
http://php.net/manual/en/ref.xml.html

-- 
Christian Reiniger
LGDC Webmaster (http://lgdc.sunsite.dk/)

This is JohnC IMHO, I compaired tri-word groupings here and in his plan
and got a good match.

- /. posting discussing the likelihood that an AC post that claimed to be
posted by John Carmack during his honeymoon (and having the login info at
home) was actually from him.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]