Re: Hi, i'm new

"James Fuller" <[email protected]> Wed, 30 Jul 2008 13:24:11 +0200
Newsgroups gmane.text.xml.xslt.extensions
Message-ID <[email protected]>
there are 2 ways of using EXSLT

a) your XSLT processor supports them (like SAXON, LibXSLT, or browser
such as Firefox or Opera)

b) you can use the implementations (in javascript, msxml, xslt, etc)

option a is the simplest approach ... and I think on MS platform u
have EXSLT.NET now

http://msdn.microsoft.com/en-us/library/aa468553.aspx


option b would mean downloading and extracting and importing into your
XSLT a xslt stylesheet... note there is a bug that doesn't allow one
to import the whole of EXSLT so u need to choose specifically the
function u are interested in.

hth, Jim Fuller


On Wed, Jul 30, 2008 at 1:11 PM, Jose Vicente Llan <[email protected]> wrote:
> Hi everybody, i'm new in the world of xslt and I'm working with sharepoint
> 2007 and Microsoft Sharepoint Designer 2007 with aspx pages in ASP.NET. I
> need to calculate math results and show dates, so I need to use extensions
> functions.
>
> I've visited http://www.exslt.org for more information  about how to use
> these .zip packages. Reading about that I found I should have to work with a
> right XSLT processor (EXSLT capable?).
>
> My question is how can I know if my XSLT processor is able to recognize
> these extensions?
>
> Many thanks for helping me.
>
>
>
> Byeeeeee
>
>
>
> Josete.
>
>
>
> _______________________________________________
> exslt mailing list
> [email protected]
> http://www.exslt.org/list
>