598
I Use This!
Very Low Activity

News

Analyzed about 6 hours ago. based on code collected about 22 hours ago.
Posted over 1 year ago by Mukul Gandhi
you wrote, "We perform the same validation multiple times re-using the same parser". Within your program, on different repetitions of XML schema validation, do you use same XML schema document and XML instance document every time? Lets say, we've Read more
Posted over 1 year ago by Radu Coravu
I'm afraid our code which does the validation is too complex to easily simplify. We perform the same validation multiple times re-using the same parser. The XMLSchemaValidator gets reset and reused but as I said because the reset method has a fast Read more
Posted over 1 year ago by Mukul Gandhi
XMLSchemaValidator reset no longer resets id validation caches
Posted over 1 year ago by Radu Coravu
I validate an XML with an XML Schema 1.1 file. On the first validation the XML is reported valid. On the second validation I re-use the parser, the ID values inside elements are reported as duplicate and I get errors like this reported: Message: Read more
Posted over 1 year ago by Gary D. Gregory
Xerces 2.12.2 is not compiled with debug information
Posted over 1 year ago by Mukul Gandhi
I can reproduce the issue, pointed by you. When I use, for example jdk 1.8.0_281, with the XML and XSD document samples that you've provided, XercesJ 2.12.2's XML Schema 1.1 validator produces following error messages, at Read more
Posted over 1 year ago by Ivan Pedruzzi
Cannot use latest IBM ICU with latest Xerces, need support for the latest Eclipse XPath Engine
Posted over 1 year ago by Ivan Pedruzzi
The latest ICU 72  https://github.com/unicode-org/icu/releases/download/release-72-1/icu4j-72_1.jar breaks the Eclipse XPath engine 1.2.1 bundled with Xerces.      the ICU lib removed function isHighSurrogate from class UCharacter which is used by Read more
Posted over 1 year ago by Svante Schubert
Why don't we extend Xerces to the new DOM 2 API? ContentDocument of type Document, readonly, introduced in DOM Level 2The document this object contains, if there is any and it is available, or null otherwise. from  https://www.w3.org/TR/DOM-Level-2-HTML/#html-ID-9893177 Read more
Posted over 1 year ago by Svante Schubert
xerces2 doesn't build with Mac OS 10.9 and JDK 1.7