Re: xslt-process path problems
Brought to you by:
ovidiu
From: Ovidiu P. <ov...@xe...> - 2001-06-01 01:20:49
|
You may want to install 1.2.2, I think this problem was fixed in this release. Please let me know if you still see it. Thanks, Ovidiu On Wed, 23 May 2001 12:42:20 +0200, "Frank Taffelt" <fra...@in...> wrote: > Hi > > i tried using xslt-process(1.2.1) under NT with XEmacs (21.1.9). > > when i tried to invoke xslt, i got TokenMgr Error's from bsh . > > i think the error comes from this part: > > xslt.Xalan1.invoke("c:\TEMP\hello-page.xml", "C:\TEMP/xsltoutKEAh-4"); > > it should be > xslt.Xalan1.invoke("c:\\TEMP\\hello-page.xml", "C:\\TEMP\\xsltoutKEAh-4"); > > is this correct or did i something miss ? > > Cheers > Frank > > > > |