Bug #601
closedSaxon-B 8.3 contains reference to class in Saxon-SA
0%
Description
SourceForge user: mhkay
Several of the classes in package net.sf.saxon.dom
contain references to the class
com.saxonica.schema.TypeInfoImpl. This makes it
impossible to recompile the package net.sf.saxon.dom,
since the source code of classes in the
com.saxonica.schema is not published.
The class TypeInfoImpl should have been placed in
package net.sf.saxon.dom.
A copy of the source code for this class (in its
corrected package) is attached. To recompile the
source, place this module in the directory
net/sf/saxon/dom, and update the import statements in
the following three modules to refer to the correct
package:
net.sf.saxon.dom.AttrOverNodeInfo.java
net.sf.saxon.dom.ElementOverNodeInfo.java
net.sf.saxon.dom.TypedContentHandler.java
Michael Kay
Saxonica Limited
Files
No data to display
Please register to edit this issue