Validating XML documents

ColdFusion MX provides the following methods for validating a document against a DTD or an XML Schema:

For examples of XML validation, see XmlParse and XmlValidate in CFML Reference. The XmlParse example validates a document using a DTD. The XmlValidate example validates the document using an XML Schema that represents the same document structure as the DTD.


View comments in LiveDocs