Hi,
I decided to install the latest PHP version (4.3.3) on a windows machine, as I have read that the functionality of the XML DOM has improved. In the past I have used the Microsoft.XMLDOM model, which contains the property xml for every node (contains the XML representation of the node and all its descendants).
Now I have been searching for this property in the PHP implementation, but without success.
Does anybody know how I will get the complete XML representation of a node and all its descendants?
Bye
Patrik