loadFromProperty() which reads a META-INF/services file as if it were a properties file. In SchemaFactory [1] for the META-INF/services file it says to look at the "JAR file specification for file format and parsing rules". Looking at the JAR file specification [2] it says: "The file should contain a newline-separated list of unique concrete provider-class names". We should now be reading the META-INF/services files as specified in the JAR file specification. [1] http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/validation/SchemaFactory.html#newInstance(java.lang.String) [2] http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Provider%20Configuration%20File git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226247 13f79535-47bb-0310-9956-ffa450edef68
xml-commons/java/external/README.sax.txt $Id$
HEAR YE, HEAR YE!
All of the .java software and associated documentation about
SAX in this repository are distributed freely in the
public domain.
LICENSE.sax.txt covers all software and documentation from the
megginson.com including the following in the xml-commons project:
xml-commons/java/external/src/org/xml/sax
and all subdirectories
xml-commons/java/external/xdocs/sax
and all subdirectories
The actual SAX classes in xml-commons came from:
http://www.megginson.com/Software/index.html
The original versions are tagged 'SAX-2_0-r2-prerelease'