XmlSchema::ValidateDocument (open)
Validates a document
Syntax
LOADLIB "wh::xml/dom.whlib";
RECORD ARRAY FUNCTION ValidateDocument(OBJECT document)Parameters
Return value
RECORD ARRAYValidation errors
INTEGER codeError code
STRING filenameFile with the error
INTEGER lineLine number of the error
STRING localnameLocal name of the element relevant to the error
STRING messageValidation error message
STRING namespaceuriNamespace URI of the element relevant to the error