Re: XSLT extension action - continued

Hi,

Sorry for delay in answering.

So, to conclude, here is a new syntax for "transform" action:

<xf:transform
    type="xslt | xquery | xproc"
    exkf:processor="exist-client"
    origin="instance('i2')/pac"
    transformer="doc('test.xsl')" 
    ref="instance('i0')/v1"
    param="instance('i2')/parameters"/>.

One can use also 
param child elements which have 'name', 'ref'  and  'value' attributes, as Nick 
suggested.

What do you think about  @transformer? Is this a good name in English? Is is 
supposed to point to the XSLT stylesheet, XQuery script, or XProc pipeline.

Thank you,

 Claudius Teodorescu
http://kuberam.ro


      

Received on Wednesday, 15 September 2010 07:37:07 UTC