I got the latest version of Xerces source, which
is
Xerces-J-src.1.0.1.jar the size of which is 796432 bytes.
I am using GNU make version 3.77 and JDK-1.2.2.
1) First of all, make fails right of the bat, due to the control
characters in the Makefile, so after unjarring the file
Xerces-J-src.1.0.1.jar, I wrote a perl script to recursively
go through all the files and remove the control characters ie ^M.
2) Then tried run make, after setting the environment variable
JDK12BIN and setting the classpath as per the 'Readme' file.
Files were getting compiled, till it came to this file:
xerces-1_0_1/src/org/apache/xml/serialize/OutputFormat.java
where it failed with the message:
OutputFormat.java:67: Class org.w3c.dom.html.HTMLDocument not found
in import.
>> import org.w3c.dom.html.HTMLDocument
I searched for the HTMLDocument.java file and could not find it any
where and
also xerces-1_0_1/src/org/w3c/dom/html directory is missing.
Please let me know where I can get the HTMLDocument.java file and what
are the contents of the directory "xerces-1_0_1/src/org/w3c/dom/html".
Any help will be appreciated
Regards
Joseph Rajkumar