Subject: RE: Problem with version of XSL(Please reply soon)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 28 Nov 2007 12:56:43 -0000
|
Stylus is using Saxon (which implements XSLT 2.0), even if your stylesheet
specifies version="1.0".
Eclipse by default is using Xalan, which implements XSLT 1.0. It is possible
to configure Eclipse to run Saxon.
Please see this page in the Saxon Wiki:
http://saxon.wiki.sourceforge.net/Saxon+on+Eclipse
If any users of Saxon under Eclipse are able to improve that page, please
feel free.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: lakshmi mrudula [mailto:mrudula_lakshmi@xxxxxxxxx]
> Sent: 28 November 2007 12:48
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: Problem with version of XSL(Please reply soon)
>
> Hi,
>
> But even then also its giving the same problem.
> Even with version 1.0 its working in Stylus Studio.
> What extra thing is needed for the code when we are pointing
> in the build path of Eclipse to the same stylus jars?
>
>
> --- Owen Rees <owen.rees@xxxxxx> wrote:
>
> > --On 29 November 2007 01:05 +1300 lakshmi mrudula
> > wrote:
> >
> > > <xsl:stylesheet version="1.0"
> >
> > If you are using XSLT 2 features that should be
> >
> > <xsl:stylesheet version="2.0"
> >
> >
> > --
> > Owen Rees; speaking personally, and not on behalf of HP.
> >
> ========================================================
> > Hewlett-Packard Limited. Registered No: 690597
> > England
> > Registered Office: Cain Road, Bracknell, Berks RG12 1HN
> >
> >
>
>
> Send instant messages to your online friends
> http://au.messenger.yahoo.com
|