You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Doyle, Annette" <An...@EagleTCS.com> on 2000/06/20 13:38:12 UTC

Xalan and JDK1.3

 I have tried to use  JDK1.3 and Xalan  org.apache.xalan.xslt.Process. I
kept
> getting class not found error with one of the schema validation classes. I
> have no problem with JDK1.2.2 and Xalan. Is there a problem using JDK1.3
and
> Xalan or should it work?
> The exact error I am getting is the following:
> 
> 
> 
> D:\Xalan\xalan_1_0_1>java -classpath
> D:\Xalan\xalan_1_0_1\xerces.jar;D:\Xalan\xalan_1_0_1\xalan.jar  org.apach
> e.xalan.xslt.Process -in Int{49126013-AF57-11D3-9DAA-00C04F38940A}.xml
-xsl
> UITemplatePhaseDatanew2.xsl -out test.xml
> ========= Parsing file:D:/Xalan/xalan_1_0_1/UITemplatePhaseDatanew2.xsl
> ==========
> Parse of file:D:/Xalan/xalan_1_0_1/UITemplatePhaseDatanew2.xsl took 1022
> milliseconds
> ========= Parsing Int{49126013-AF57-11D3-9DAA-00C04F38940A}.xml ==========
> Error! org/apache/xerces/validators/schema/XSchemaValidator
> Xalan: was not successful.
> XSLProcessor: done
> 
> Annette Doyle
> annette.doyle@eagletcs.com
>