> -----Original Message-----
> From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]]

>  - deprecate 'internal-only' attribute of 'map:pipeline' 
>    [because named pipelines become implicitly internal-only]

How can i reproduce the functionality of the given example without the 'internal-only'
declaration ?

The first pipeline is a cacheable pipeline that generates an XSLT stylesheets, used
internally by other pipelines.

        <pipeline internal-only="true">
         <match "generatedXSL/*">
          ...
         </match>
        </pipeline>

        <pipeline>
         <match "*">
          ...
          <transform src="cocoon:/generatedXSL/{...}"/>
          ...
         </match>
        </pipeline>


Thanks,

Amir Rosen
CTI Squared
[EMAIL PROTECTED]
+972-9-9605200(258)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to