Dom xml node, string representation ?
Posted: Tue Sep 02, 2003 4:52 am
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.