Dennis:
DOMDocument::saveXML can take in a node as a parameter and output the XML as a string. Perhaps this is what you were looking for?
![]() |
|
||||||||||
|
DOMElement->__construct()(no version information, might be only in CVS) DOMElement->__construct() -- Creates a new DOMElement objectОписаниеclass DOMElement {__construct ( string name [, string value [, string namespaceURI]] ) } Creates a new DOMElement object. This object is read only. It may be appended to a document, but additional nodes may not be appended to this node until the node is associated with a document. To create a writeable node, use DOMDocument->createElement() or DOMDocument->createElementNS(). Список параметров
Примеры
DOMElement->__construct()
geoffreyj dot lee at gmail dot com
20-Jul-2007 03:46
Dennis:
"Dennis Shearin"
03-Jul-2007 07:17
I'm just starting to get into the DOM methods and finding it pretty challenging.
adar at darkpoetry dot de
07-May-2007 01:27
If you like to view an element simply do: |