IsXmlDoc

Description

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

Return value

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

Category

Decision functions, XML functions

Syntax

IsXmlDoc(value) 

See also

IsXmlElement, IsXmlRoot, 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