|
next
|
 Subject: SaxonB8.4 testing Author: Tony Lavinio Date: 26 Apr 2006 01:16 PM
|
In SS 6, there is no button for setting processor-specific properties.
But in 2006, there is - it's right next to the combobox uses to select
the processor. In 2006, that button leads to an extra dialog that
lets you set all sorts of nifty parameters, including whether or not
you are running Saxon-SA.
See http://www.stylusstudio.com/docs/v2006/d_xquery28.html#wp548299
There is a runtime fee if (and only if) you use our URI resolver to
access wscc:, db: or adapter: filesystems. You should disable the
option "[ ] Use Stylus Studio URI resolver" before testing and
generating your code to make sure of this. If you haven't used any
of those separately-licensed modules, what you generate is just
plain Java code that can be freely used. In that case, you won't
need the StylusFileFactory bits at all, or any of our jar files.
The appropriate classpath is added to the project when you generate
the Java code the first time, but it's entirely possible, if you've
disabled using our URI resolver, that you'll just need saxon8.jar.
If you want to see what it looks like, look at Project|Set Classpath.
|
|
|
|