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


Hello Dmitri,

the saxon namespace has nothing to do with using saxon for 
transformation. Only *if* you use saxon, the processor will provide some 
extra stuff like extension functions,
e.g. <xsl:value-of select="saxon:node-set($rtf)"/>

But which processor you are using, can't be chosen from the stylesheet. 
It depends from your "framework" or "development environment". For 
example, if you use IE for viewing and transforming XML, MSXML is used. 
If you use Cocoon, Xalan is the default transformer (can be changed).

What are you using?

Joerg

dmitri kerievsky schrieb:
> 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


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