598
I Use This!
Very Low Activity

News

Analyzed about 23 hours ago. based on code collected 2 days ago.
Posted over 4 years ago by Christophe Marchand
What about creating a Multi-Release Jar ? This will allow to keep the same jar for Java 1.3, 1.4, 1.5, ... until last one. If only XJavac is different, it will have only one class duplicated for Java9 and laters. This will allow to keep the same Read more
Posted almost 5 years ago by Olivier Cailloux
Interestingly, the apparently official and most recent Maven package on Maven Central that provides org.apache.xml.serializer.dom3.LSSerializerImpl seems to be org.apache.servicemix.bundles:org.apache.servicemix.bundles.xalan:2.7.2_3, published on Read more
Posted almost 5 years ago by Olivier Cailloux
Calling createLSSerializer on a DOMImplementationLS instance returns an instance of org.apache.xml.serialize.DOMSerializerImpl. The javadoc of that class (using xerces:xercesImpl:2.12.0) says: “@deprecated Replaced by Read more
Posted almost 5 years ago by Olivier Cailloux
Calling createLSSerializer on a DOMImplementationLS instance returns an instance of org.apache.xml.serialize.DOMSerializerImpl. The javadoc of that class (using xerces:xercesImpl:2.12.0) says: “@deprecated Replaced by Read more
Posted almost 5 years ago by Angelo
Provide a property to manage external DTD like external-schemaLocation property.
Posted almost 5 years ago by Angelo
XML Schema support provides the capability to use an external XML Schema location without declaring it. It should be very good if we could have this same feature for DTD by using for instance the property http://apache.org/xml/properties/dtd/external-location Read more
Posted almost 5 years ago by Angelo
Hi all, I consume XSCMValidator API to manage completion in XML editor based on XML Schema by taking care of existing XML elements and filter available elements according XML Schema constraints. It works great except whis xs:all in XSD 1.1 and Read more
Posted almost 5 years ago by John Ferguson
xercesImpl.jar does not adhere to the java 11 module system
Posted almost 5 years ago by Mukul Gandhi
While using XSD 1.1, full XPath 2.0 with CTA doesn't work in certain cases
Posted almost 5 years ago by Mukul Gandhi
Xerces-J 2.12.0: XSD 1.1 CTA validation errors