Syntax
| Validate[$](xmlData$ , xsdFile$)
| ||||||
---|---|---|---|---|---|---|---|
Description
| Return a result string after parsing a XML data string thru a XML Schema Definition (XSD) file.
If successful, the result string is "OK". Is there is any error or if the parsing failes due to a mismatch with the schema definition, the result string contains detailed information about the error or mismatsh.
| ||||||
See Also
| |||||||
Example
|
| ||||||