xmlTreeGetRootElement

SYNOPSIS

xmlNode xmlTreeGetRootElement(xmlDoc doc)

Parameters:

  • doc - the document you want to get the root element from

Returns:

  • the root element of the doc


DESCRIPTION
xmlTreeGetRootElement() gets the root element from the XML document doc. This is the proper way to get the root element (as opposed to xmlTreeGetFirstChild() on the doc), as described in the xmlDoc vs Root Element (here) section.


EXAMPLE

<$root = (xmlTreeGetRootElement($doc))>


SEE ALSO
xmlTreeGetDoc, xmlTreeGetChildren, xmlTreeGetFirstChild, xmlTreeGetNext, xmlTreeGetPrevious, xmlTreeGetParent


Copyright © Thunderstone Software     Last updated: Oct 24 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.