LotusXSL processor problems

Subject: LotusXSL processor problems
From: Michel Goossens <Michel.Goossens@xxxxxxx>
Date: Tue, 16 Mar 1999 18:09:00 +0100 (MET)
Regarding the problem with lotusxsl and xml4j 1.1.14 and 2.0.3 I mentioned
earlier, here is a fix of Scott Boag (of Lotus) to choose the correct
compatibility class, so that my XML/XSL examples work with lotusxml 0.16.3
and xml4j 2.0.3 (BTW reverting to xml4j 1.1.14 also works). Thanks to all
who replied. mg

> from  Scott Boag/CAM/Lotus <Scott_Boag/CAM/Lotus@xxxxxxxxx>
> Subject:  Re: Problems with LotusXSL.
>
> You need to change the whichever .bat file you are using to use the right
> XMLParserLiaison, probably the liaison for the TX compatibility classes.
> For instance, run.bat should be changed to:
>
> set savedCLASSPATH=%CLASSPATH%
> set CLASSPATH=c:\xml4j_2_0_3\xml4j.jar;lotusxsl.jar;%CLASSPATH%
> java com.lotus.xsl.xml4j2tx.XML4JLiaison %1 %2 %3 %4
> set CLASSPATH=%savedCLASSPATH%
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread