Xemacs associciate XSLT with XML buffer path problem
Brought to you by:
ovidiu
From: Heidi B. <he...@ku...> - 2002-04-29 16:14:10
|
Hi there I am using Xemacs v 21.4 on Windows 2000 withCygwin. I am trying to associate an XML doc with a stylesheet but Xemacs returns an error as the path created is incorrect. The error I find in the *XSLT* buffer is xslt> Filename doesn't exists: C:/cygdrive/c/projects/apache/xml-cocoon2/src/documentation/xdocs/xmlform-tutorial.xml Error invoking method 'runXSLTProcessor': java.lang.reflect.InvocationTargetException the path should be either c:\projects\apache\xml-cocoon2\src\documentation/xdocs/xmlform-tutorial.xml or cygdrive/c/projects/apache/xml-cocoon2/src/documentation/xdocs/xmlform-tutorial.xml I have tried various ways of adding/ registering the XML file but I still get a strange path. Has anyone come across this problem before? Please Help! Thanks in advance Heidi |