Details
-
Bug
-
Status: Resolved
-
Resolution: Incomplete
-
2.0.0
-
None
-
None
-
Operating System: Other
Platform: PC
-
6622
Description
The XMLParser class takes an object of
org.apache.xerces.xni.parser.XMLInputSource as its parameter.
I can see that the source code for org.apache.xerces.xni.parser.XMLInputSource
is in CVS, but the class file is not in xercesImpl.jar, nor is it in the source
code zip file.
The result is that I can not compile my code which calls parser.parser(input);
under 1.4.4. this method took an org.xml.sax.InputSource.