For https://bugzilla.gnome.org/show_bug.cgi?id=766834
vctxt->parserCtxt is always NULL in xmlSchemaSAXHandleStartElementNs,
so this function can't call xmlStringLenDecodeEntities to decode the
entities.
---
xmlschemas.c | 30 +-
1 file changed, 25 insertions(+), 5 dele
Hello,
I'm trying to validate an xml file following the XML schema described here
https://github.com/GeoscienceAustralia/GeodesyML/tree/master/schemas
As a first step I'm using the examples provided with the schemas here:
https://github.com/GeoscienceAustralia/GeodesyML/tree/master/examples
Wit