[jdom-interest] JDom doesn't work from the applet embedded in the browser

philip.nelson at omniresources.com philip.nelson at omniresources.com
Wed Apr 25 19:28:54 PDT 2001


> The smallest footprint I could get was using JDOM-JDK11.JAR,
> COLLECTIONS.JAR, JAXP.JAR and CRIMSON.JAR which
> was over 540K !!!!

Yes, we still need a lightweight, non validating parser.  Incidentally,
there are programs out there that can go through your code, and build a jar
with only the classes you actually need.  Sending the whole collections.jar
is simply a convienience so you don't have to take it apart yourself.

> For now I'm using a more sensible lightweight XML parser 
> which is a port
> of the JavaScript Xparse (XParseJ).

As I recall the javascript version was a read only api with no namespace
support, yada yada yada.  JDOM solves a different set of problems that
simply parsing an xml stream into a tree.



More information about the jdom-interest mailing list