File is located at c:/development/xslt/common-functions.xsl
Error I get is XTSE0165:java.io.FileNotFoundException: c:\development\xslt\xslt\common-functions.xsl (The system cannot find the path specified);
Is there something else I have to change to get the catalog to resolve to the proper path? This catalog works fine in my java code, however, I want to be able to debug the xslt.
Subject:Can't get catalog to work Author:Brian Shepherd Date:07 Dec 2006 08:06 AM
I have done that for over 20 files that are referenced through all the imports and that does solve the issues so Stylus can debug the xslt. However, we use the catalog mechanism during the application run with the prefix xslt and all works fine. If I can not get Stylus to use the catalog as it is used in our application, Stylus does me no good. Do I need to do anything else besides adding the catalog to the project? How can I tell if the catalog is being referenced?