Dom xml node, string representation ?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
odel
Forum Newbie
Posts: 1
Joined: Tue Sep 02, 2003 4:52 am
Location: london

Dom xml node, string representation ?

Post by odel »

I've been using the domxml package quite a lot, and there is something that I never figured out how to do with php : getting the string representation of a node. The dump_mem will give you the representation of the document model, but is there something for a node, like the toXml() method in Python ? it can be quite handy when it comes to debugging.
Post Reply