IsXmlRoot

Description

Determines whether a function parameter is the root element of an Extended Markup language (XML) document object.

Return value

True, if the function argument is the root object of an XML document object; False, otherwise.

Category

Decision functions, XML functions

Syntax

IsXmlRoot(value) 

See also

IsXmlDoc, IsXmlElement, XmlChildPos, XmlNew, XmlParse, XmlSearch, XmlTransform

History

New in ColdFusion MX: this function is new.

Parameters

Parameter Description
value
name of an XML document object

Comments