|
Posted
3 months
ago
by
Elliotte Rusty Harold
Xerces and Xalan using catalogs should be requested in their issue trackers, not this one. However, if the catalog resolver itself is not respecting HTTP cache headers, that's something we could look into. Thinking about it now, I would expect that Read more
|
|
Posted
3 months
ago
by
Elliotte Rusty Harold
need a public API getPublicIDs() in Catalog.java (resolver)
|
|
Posted
3 months
ago
by
Elliotte Rusty Harold
add systemIdSuffix and uriSuffix to schema
|
|
Posted
3 months
ago
by
Elliotte Rusty Harold
Eliminate need for user.dir grant when not using relative-catalogs
|
|
Posted
3 months
ago
by
Elliotte Rusty Harold
[patch] miscellaneous minor cleanups
|
|
Posted
3 months
ago
by
Elliotte Rusty Harold
Classloading strategy for javax.xml.datatype.FactoryFinder is not consistent with javax.xml.parsers.DocumentBuilderFactory
|
|
Posted
3 months
ago
by
Elliotte Rusty Harold
=looks fixed: Class providerClass;
if (cl == null) {
// If classloader is null Use the bootstrap ClassLoader.
// Thus Class.forName(String) will use the current
//
Read more
|
|
Posted
3 months
ago
by
Elliotte Rusty Harold
C++ Code generator from XML Schema
|
|
Posted
9 months
ago
by
Carte Project
I'd suggest to use the sources from the web-apis project. They are based on more modern SVG DOM yet still backwards-compatible with Batik (for example several interfaces extend from modern superinterfaces that were added in SVG 2). The project is Read more
|
|
Posted
about 1 year
ago
by
Samael Bate
Only version 1.3.04 of xml-apis:xml-apis-ext has been published to maven central. https://search.maven.org/artifact/xml-apis/xml-apis-ext However, looking on https://downloads.apache.org/xerces/xml-commons/ I've found that there are releases Read more
|