Hi,
If I get an error on a particular element, I get a JSON object back in the validate callback which looks as follows:
{"domain":17,"code":1866,"level":2,"column":0,"line":149,"str1":"tracmaxFiles"}
This error element has xsd:annotations and xsd:documentation tags associated with it. Is is possible to get access to these elements? Are their alternative libraries which could do this if this can't. If not, would it be possible to extend libxml-xsd to make this a capability?
Thanks!