Lucee Function Reference

isxml()

Determines whether a string is well-formed XML text.

Example

isxml(any value,[struct xmlFeatures]):boolean

Category

decision,XML

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
value any  Yes A string containing the XML document text  
xmlFeatures struct  No A struct of xmlFeatures directives to override defaults  
Introduced: 5.4.2.20