[PHP] Re: printing an XML node

2002-01-18 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Christian Stocker wrote: > In <[EMAIL PROTECTED]>, Thomas Gagne wrote: > >> dumpmem works great for entire documents, but what is the strategy for >> printing the contents of a single node? It is impossible to use >> dumpmem on a node since the code looks for a 'doc' pro

[PHP] Re: printing an XML node

2002-01-17 Thread Christian Stocker
In <[EMAIL PROTECTED]>, Thomas Gagne wrote: > dumpmem works great for entire documents, but what is the strategy for > printing the contents of a single node? It is impossible to use dumpmem > on a node since the code looks for a 'doc' property that doesn't exist > in nodes. it's not possible a

[PHP] Re: printing an XML node

2002-01-17 Thread J Smith
You might want to check out php's XML extensions... http://www.php.net/manual/en/ref.xml.php J Thomas Gagne wrote: > dumpmem works great for entire documents, but what is the strategy for > printing the contents of a single node? It is impossible to use dumpmem > on a node since the code lo