|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: SAXON 8.2 JAVA
This is what happens when I do javap org.w3c.dom.TypeInfo from the command
line:
C:\>javap org.w3c.dom.TypeInfo
Compiled from "TypeInfo.java"
public interface org.w3c.dom.TypeInfo{
public static final int DERIVATION_RESTRICTION;
public static final int DERIVATION_EXTENSION;
public static final int DERIVATION_UNION;
public static final int DERIVATION_LIST;
public abstract java.lang.String getTypeName();
public abstract java.lang.String getTypeNamespace();
public abstract boolean isDerivedFrom(java.lang.String,
java.lang.String, int);
}
I may have an old version of DOM in the endorsed librarys. I'll check it
out.
-tommy
-----Opprinnelig melding-----
Fra: Michael Kay [mailto:mike@xxxxxxxxxxxx]
Sendt: 20. januar 2005 15:40
Til: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Emne: RE: SAXON 8.2 JAVA
>
> 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?
Perhaps you have an older DOM version in the endorsed libraries?
This seems odd, though: I can't explain it. This class is a standard part of
JDK 1.5. What happens if you do
javap org.w3c.dom.TypeInfo
without involving Saxon at all?
Michael Kay
http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








