SYNOPSISxmlDoc xmlTreeCopyDoc(xmlDoc doc)
Parameters:
doc
- the xmlDoc to copy
Returns:
xmlDoc
DESCRIPTIONxmlTreeCopyDoc()
makes a full copy of a parsed XML document.
EXAMPLE<$newDoc = (xmlTreeCopyDoc($doc))>
SEE ALSOxmlTreeCopyNode
,
xmlTreeCopyNodeList
,
xmlTreeCopyAttribute
,
xmlTreeCopyAttributeList