This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: newbie question about using saxon


Saxon is an XSLT processor that supports standard XSLT 1.0 stylesheets,
so you don't need anything special in your stylesheet to run it.

However, Saxon also supports a number of extension functions. These are
in a special Saxon-specific namespace, which you only need to declare if
you use these extensions.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> dmitri kerievsky
> Sent: 18 May 2002 00:03
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] newbie question about using saxon
> 
> 
> 
> how is full saxon used in an xsl document?
> i see one example where it is included in the 
> xsl document as xmlns:saxon="http://icl.com/saxon";
> 
> is this correct?
> thx
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]