XmlNew()

edit

Creates an XML document object.

XmlNew( caseSensitive=boolean );

Returns: Xml

Argument Description
caseSensitive
boolean, optional
edit

Determines how Lucee processes the case of XML document object component identifiers:

Examples

edit
  xml_document = XmlNew();
	dump(xml_document);

See also