Subject: RE: Create personal functions
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 29 Apr 2004 15:51:41 +0100
|
XSLT 2.0 allows you to create your own functions within the stylesheet using
<xsl:function>.
In XSLT 1.0 you can use named templates (which aren't as flexible). Many
processors also allow you to call user-defined functions written in a
language such as Java, (called "extension functions") but the rules are
processor-specific.
Michael Kay
> -----Original Message-----
> From: Andrea Racca [mailto:racca@xxxxxxxxx]
> Sent: 29 April 2004 09:44
> To: xsl-list
> Subject: Create personal functions
>
> Hi,
> in xsl it's possible create personal functions? How?
>
> Thank's
>
>
> Andrea
|