Forum Moderators: coopster

Message Too Old, No Replies

DOM in PHP5

         

Hevymetal

1:47 pm on Oct 4, 2004 (gmt 0)

10+ Year Member



I completely don't understand the PHP5 thing with "new" "standard" xml dom implemention.
Is it really complete, because i can't find complete documentation and 0 tutorials about dom in php5? I find it amusing because its allready v5.02 but people can't still properly use it becouse in php.net there is no documentation (or i just couldn't read it)

So if anyone knows some good site where they have tutorials or documentation about dom in php5 (not domXML that people use in php4)

I just want to do simple stuff - read atributes and contents, but i can't find methods for dealing with nodelists ... children ... and so on ...

thnx

coopster

4:16 pm on Oct 4, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, HevyMetal.

I'll assume you've already been through the DOM [php.net] pages at PHP. Did you try the earlier recommendation [webmasterworld.com]?

ergophobe

9:22 pm on Oct 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Maybe these threads will help

[webmasterworld.com...] ( among other things, contains a link to a tutorial on DOM and PHP5)

[webmasterworld.com...]
[webmasterworld.com...]

Tom

Hevymetal

6:17 am on Oct 5, 2004 (gmt 0)

10+ Year Member



Thank you - this one link was very useful.