You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Chrome Digital <ch...@earthlink.net> on 2000/10/04 21:12:39 UTC

More stuff missing from XML4J-Xerces 3.1.0 distribution

The class org.apache.xerces.framework.XMLValidator (and, of course, its
documentation) is mssing from the 3.1.0 distribution package.  This is a
problem, because org.apache.xerces.parsers.RevalidatingDOMParser won't
recompile without it.  Here are the fixes...

Copied from 3.0.1 distribution:

org.apache.xerces.frameworkXMLValidator source code

docs/apiDocs/org/apache/xerces/framework/XMLValidator.html
docs/apiDocs/org/apache/xerces/framework/XMLValidator.ContentSpec.html

Edited for consistency (this was easier than re-javadocing):

docs/apiDocs/org/apache/xerces/framework/package-frame.html
docs/apiDocs/org/apache/xerces/framework/package-summary.html
docs/apiDocs/org/apache/xerces/framework/package-tree.html

-- Jim Puccio