Support of schema 1.1

2014-01-23 Thread Vinícius Lopes
Hello, I'm trying to compile the stable version of Xerces 2.11.0 with schema 1.1 support, but it doesn't work. I compiled the beta version of Xerces 2.11.0 with schema 1.1 support and it works. Did I do anything wrong when compiling the stable version ? I used the command "build all" and then I tr

Support of assertions in Xerces 2.11.0 (beta)

2014-01-29 Thread Vinícius Lopes
I've been testing Xerces with some schemas 1.1, more specifically, those with assertions. Xerces do not complain when I use a valid XML with a given Schema. However, if I use an invalid XML, it doesn't complain either. I used many samples, but I will show a simple case. Below is a simple Schema 1.

Retrieving all assertions made

2014-02-28 Thread Vinícius Lopes
Hello, I'd like to know if it is possible to retrieve the number of all assertions that were made during the validation phase. Exteding the DefaultHandler class, I'm able to retrieve the number of errors that have occurred and parse the string to see if the error corresponds to an assertion, but I'