hi i am using function XmlValidate to validate my xml against
my schema.
It works, but the return results is not enough explicit. I
mean that i want a return result to be the tag and value where the
error is, but hence it returns me a common and only thing which is:
quote:
[Error] :2:43: cvc-elt.1: Cannot find the declaration of
element 'reservation'.
Is it the normal return of the function XmlValidate??or
there's something i missed?
Thank in advance for your help..
David