[jdom-interest] JavaXP and JDOM Build 6

Laurent Bihanic laurent.bihanic at atosorigin.com
Wed Mar 21 00:50:34 PST 2001


JDOM B6 supports JAXP 1.1, not JAXP 1.0.  In JAXP 1.1 reference 
implementation, the packages for Crimson where renamed from com.sun.xml... to 
org.apache.crimson...

Anyway, if you want to use JAXP, you should not need to reference com.sun.xml 
or org.apache.crimson. Only javax.xml.parsers.

Laurent


Tobias Rademacher wrote:

> Hi Folks,
> 
> I want do create a DOM Tree from a JDOM tree. The JavaDoc mention that is
> depends on JavaXP classes. The new release of this API (1.1) doesn't contains
> the com.sun.xml - classes anymore. So my transformation fails.
> Sun ships the Apache API Crimsion together with JavaXP - I think this API
> takes care about that, what com.sun.xml did. 
> Do you change JDOM in your next release in order to recover this 
> functionality? Where can I download JavaXP 1.0? 
> 
> Best Regards and thanks for your help.
> 
> Tobias




More information about the jdom-interest mailing list