Reply to Re: DOM question - visiting a node's children?
Posted by Rodney Topor on 05/16/06 18:10
Yes, I'm talking about XML DOM. See Section VI-XXX. DOM Functions and
SectionVI-CLXVIII. XML Parser Functions, etc. As I understand it, all
these functions are used in PHP scripts on the server to process XML
documents as DOM trees in memory. (I'm not referring to HTML DOM which
is indeed used by JavaScript on the client.)