Wendy Liew wrote: > > how come jdom creates its own set of document, etc classes > rather than providing an implementation to w3c spec classes.... Because JDOM is not DOM. DOM is one way of approaching the problem (language neutral). JDOM is another way (Java optimized). Read http://jdom.org for more information. -jh-