XmlParse()
Converts an XML document that is represented as a string variable into an XML document object.
XmlParse( xmlString=string, caseSensitive=boolean, validator=any, lenient=boolean );
Returns: Xml
Examples
See also
- Parsing
- XML
- HtmlParse()
- Read XML with a listener Model (SAX)
- XML Fast And Easy, using SAX - Listener Functions
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)