I've created a Java Applet that uses nekoHTML to parse HTML pages for information. Since the xerces.jar file needed by nekoHTML is quite large (almost 2MB) and most xerces classes are already present in the SUN JRE any way I patched nekoHTML to use com.sun.org.apache... instead of org.apache...
I also needed to copy org.apache.html.dom from the original xerces code.
Here is the patch file...