Lucee Function Reference
xmlvalidate()
Uses a Document Type Definition (DTD) or XML Schema to validate an XML text document or an XML document object.
Beispiel
xmlvalidate(string xmlDoc,[any validator]):struct
Kategorie
XML
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
xmlDoc | string | Yes | The XML to validate |
validator | any | No |
Any of the following: - A string containing a DTD or Schema. - The name of a DTD, Schema file or an array containing multiple schema file names. - The URL of a DTD or Schema file or an array containing multiple schema URLs; valid protocol identifiers include http, https, ftp, and file. |