XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Eliot KimberSubject: Using Saxon With Custom Extensions
Author: Eliot Kimber
Date: 21 Oct 2002 03:16 PM
I have developed a number of Saxon extensions. Using the 4.5 100g build, I cannot seem to get it to find my jar when I use Saxon as the XSLT processor. I am setting the CLASSPATH field in both the base JVM settings (application settings->Java Virtual Machine) and in the External JVM settings.

I have verified that the classpath I'm setting is correct by copying the field value, starting a DOS shell, setting the CLASSPATH env variable to the value I copied, and then successfully running my style sheet.

I didn't find anything in the online help that appeared to address this.

Is there something I'm missing or is this simply not possible?

I want to set the classpath locally because I work on a number of different projects at the same time and therefore don't want to have a Windows-level setting for CLASSPATH.

Thanks,

Eliot

Postnext
Ivan PedruzziSubject: RE: Using Saxon With Custom Extensions
Author: Ivan Pedruzzi
Date: 21 Oct 2002 05:37 PM

Eliot,

We confirm the inability to invoke custom java extensions using Saxon.
We will try give you an update as soon as possible.
In the mean while if it is an option you could switch to Xalan.

Than you for your patience

Ivan




> -----Original Message-----
> From: stylus-studio-tech Listmanager [mailto:listmanager]
> Sent: Monday, October 21, 2002 3:32 PM
> To: Recipients of 'stylus-studio-tech' suppressed
> Subject: Using Saxon With Custom Extensions
>
>
> From: "Eliot Kimber"
>
> I have developed a number of Saxon extensions. Using the 4.5
> 100g build, I cannot seem to get it to find my jar when I use
> Saxon as the XSLT processor. I am setting the CLASSPATH field
> in both the base JVM settings (application settings->Java
> Virtual Machine) and in the External JVM settings.
>
> I have verified that the classpath I'm setting is correct by
> copying the field value, starting a DOS shell, setting the
> CLASSPATH env variable to the value I copied, and then
> successfully running my style sheet.
>
> I didn't find anything in the online help that appeared to
> address this.
>
> Is there something I'm missing or is this simply not possible?
>
> I want to set the classpath locally because I work on a
> number of different projects at the same time and therefore
> don't want to have a Windows-level setting for CLASSPATH.
>
> Thanks,
>
> Eliot
>
>
>
> To reply: mailto:stylus-studio-tech.5873@edn.exln.com
> To start a new topic: mailto:stylus-studio-tech@edn.exln.com
> To login: http://edn.exln.com/~SSDN
>
>

Postnext
Ivan PedruzziSubject: RE: Using Saxon With Custom Extensions
Author: Ivan Pedruzzi
Date: 23 Oct 2002 02:23 PM


Eliot,

The reported problem is fixed in BL103h, now available from:
http://www.stylusstudio.com/update (4.x section)

We are actively working to enable cross-debugging for Saxon with the
next update


Ivan

> -----Original Message-----
> From: stylus-studio-tech Listmanager [mailto:listmanager]
> Sent: Monday, October 21, 2002 5:53 PM
> To: Recipients of 'stylus-studio-tech' suppressed
> Subject: RE: Using Saxon With Custom Extensions
>
>
> From: "Ivan Pedruzzi"
>
>
> Eliot,
>
> We confirm the inability to invoke java extensions using Saxon.
> We will try give you an update as soon as possible.
> In the mean while if it is an option you could switch to Xalan.
>
> Than you for your patience
>
> Ivan
>
>
>
>
> > -----Original Message-----
> > From: stylus-studio-tech Listmanager [mailto:listmanager]
> > Sent: Monday, October 21, 2002 3:32 PM
> > To: Recipients of 'stylus-studio-tech' suppressed
> > Subject: Using Saxon With Custom Extensions
> >
> >
> > From: "Eliot Kimber"
> >
> > I have developed a number of Saxon extensions. Using the 4.5
> > 100g build, I cannot seem to get it to find my jar when I use
> > Saxon as the XSLT processor. I am setting the CLASSPATH field
> > in both the base JVM settings (application settings->Java
> > Virtual Machine) and in the External JVM settings.
> >
> > I have verified that the classpath I'm setting is correct by
> > copying the field value, starting a DOS shell, setting the
> > CLASSPATH env variable to the value I copied, and then
> > successfully running my style sheet.
> >
> > I didn't find anything in the online help that appeared to
> > address this.
> >
> > Is there something I'm missing or is this simply not possible?
> >
> > I want to set the classpath locally because I work on a
> > number of different projects at the same time and therefore
> > don't want to have a Windows-level setting for CLASSPATH.
> >
> > Thanks,
> >
> > Eliot
> >
> >
> >
> > To reply: mailto:stylus-studio-tech.5873@edn.exln.com
> > To start a new topic: mailto:stylus-studio-tech@edn.exln.com
> > To login: http://edn.exln.com/~SSDN
> >
> >
>
>
>
> To reply: mailto:stylus-studio-tech.5876@edn.exln.com
> To start a new topic: mailto:stylus-studio-tech@edn.exln.com
> To login: http://edn.exln.com/~SSDN
>
>

Postnext
Minollo I.Subject: RE: Using Saxon With Custom Extensions
Author: Minollo I.
Date: 30 Oct 2002 03:23 PM
Cross-debugging of Java extensions when using the Saxon processor is now
enabled in BL103i, available for download at:

http://www.stylusstudio.com/update (4.x section)

Thanks,
Minollo

Postnext
Benoit MenendezSubject: RE: Using Saxon With Custom Extensions
Author: Benoit Menendez
Date: 31 Oct 2002 01:25 AM
I just downloaded the evaluation and I am trying to setup my existing stylesheet. I use Saxon 6.5.2 with custom extentions in a few jar files... Where do I setup the classpath for Saxon? I could only see a classpath Xalan...

The following line:



causes:

java.lang.RuntimeException: Failed to compile stylesheet. 2 errors detected.
javax.xml.transform.TransformerConfigurationException: Failed to compiljavax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet. 2 errors detected.

Not much detail about what's wrong...

Postnext
Benoit MenendezSubject: RE: Using Saxon With Custom Extensions
Author: Benoit Menendez
Date: 31 Oct 2002 01:27 AM
The line was:

   

Posttop
Ivan PedruzziSubject: RE: Using Saxon With Custom Extensions
Author: Ivan Pedruzzi
Date: 31 Oct 2002 08:02 AM


Benoit,

Look under

Tools -> Options -> Application Settings -> Java Virtual Machine ->
ClassPath

Stylus 4.5 doesn't have any "classpath Xalan", could you verify in the
about box what version are you running ?


Ivan


> -----Original Message-----
> From: stylus-studio-tech Listmanager [mailto:listmanager]
> Sent: Thursday, October 31, 2002 1:41 AM
> To: Recipients of 'stylus-studio-tech' suppressed
> Subject: RE: Using Saxon With Custom Extensions
>
>
> From: "Benoit Menendez" < >
>
> I just downloaded the evaluation and I am trying to setup my
> existing stylesheet. I use Saxon 6.5.2 with custom extentions
> in a few jar files... Where do I setup the classpath for
> Saxon? I could only see a classpath Xalan...
>
> The following line:
>
> > src="java:com.kms.xsl.XSLExtensions"/>
>
> causes:
>
> java.lang.RuntimeException: Failed to compile stylesheet. 2
> errors detected.
> javax.xml.transform.TransformerConfigurationException: Failed
> to
> compiljavax.xml.transform.TransformerConfigurationException:
> Failed to compile stylesheet. 2 errors detected.
>
> Not much detail about what's wrong...
>
>
>
> To reply: mailto:stylus-studio-tech.5939@edn.exln.com
> To start a new topic: mailto:stylus-studio-tech@edn.exln.com
> To login: http://edn.exln.com/~SSDN
>
>

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.