RE: [xsl] SAXON 8.2 JAVA

Subject: RE: [xsl] SAXON 8.2 JAVA
From: "Tommy Skarateppen" <ts@xxxxxxxxxxxx>
Date: Thu, 20 Jan 2005 15:13:20 +0100
I'm getting the exact same error when I try to transform using SAXON 8.2.
"Error: java.lang.NoClassDefFoundError: org/w3c/dom/TypeInfo"
I'm using jdk1.5.0_01, where JAXP 1.3 is included.
Any sugestions?

-tommy

-----Opprinnelig melding-----
Fra: Michael Kay [mailto:mike@xxxxxxxxxxxx] 
Sendt: 20. januar 2005 14:55
Til: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Emne: RE: [xsl] SAXON 8.2 JAVA


> 
> I am try transformation XML using parse SAXON 8.2
> 
> Error: java.lang.NoClassDefFoundError: org/w3c/dom/TypeInfo
> 
> Can I use SAXON 8.2 in j2sdk1.4.2_06 ?
> 

Yes you can, but you need to read the instructions carefully: they explain
how you need to download and install JAXP 1.3, which Saxon 8.2 depends on.
Unfortunately it wasn't possible to bundle these classes with the Saxon
distribution because of Sun's badly-thought-out licensing conditions.

Michael Kay
http://www.saxonica.com/

Current Thread