xsl-list
[Top] [All Lists]

RE: SAXON 8.2 JAVA

2005-01-20 08:37:06
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(_at_)saxonica(_dot_)com] 
Sendt: 20. januar 2005 15:40
Til: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Emne: RE: [xsl] 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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>