XmlValidate()
Runs the validator against the XML object to check for errors, returning a struct of keys Errors, FatalErrors, Warning, Warnings
Usage
STRUCTURE = XmlValidate(
p1,
p2
)
Argument | Summary |
---|---|
p1 | xml object |
p2 | validator - can be a string, URL or path to a local file [optional] |