SYNOPSISxmlNode xmlTreeUnlinkNode(xmlNode node)
Parameters:
node - the xmlNode you want to unlink
Returns:
node
DESCRIPTIONxmlTreeUnlinkNode() removes the node from the XML document in
which it exists. All of its children will also be removed from the
document (but still attached to node).
EXAMPLE<$ret = (xmlTreeUnlinkNode($node))
SEE ALSOxmlTreeAddChild,
xmlTreeAddChildList,
xmlTreeAddNextSibling,
xmlTreeAddPrevSibling,
xmlTreeAddSibling,
xmlTreeSetRootElement