BE_XMLValidate
BE_XMLValidate ( xml ; schema )
Validates the XML against a schema.
Version 4.0 : Added.
Version 4.0.2 : Renamed from BE_XML_Validate
Parameters :
xml : the XML to be validated.
schema : the schema to validate against.
Result : 1 for valid, 0 for invalid and ? for errors.