Subject:How to utilize Saxon (custom) extensions Author:Matt Brown Date:16 Apr 2007 11:39 AM
I read that I am able to use Stylus with Sax, custom extensions. However I cannot seem to make it work. I have a custom SQL extension that I reference like:
The .class files are found in .../net/sf/saxon/sql/... under a directory that is listed in my global CLASSPATH variable.
When I run from the command line, everything works. I would like to debug with Saxon. Does anybody have any hints or suggestions? Are there some instructions I haven't found?
Subject:How to utilize Saxon (custom) extensions Author:Tony Lavinio Date:17 Apr 2007 09:03 AM
In current versions of Stylus Studio, we include the Saxon SQL
extensions with the saxon.jar/saxon8.jar we supply. (We repackage
the base saxon.jar with the saxon-sql.jar together.)
You should not need to alter the classpath, but just declare the
correct namespace prefixes.