> -----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]
- RE: Internal Pipelines (was: [RT] rec... Carsten Ziegeler
- Re: Internal Pipelines (was: [RT... Sylvain Wallez
- Re: Internal Pipelines (was: [RT] rec... Christian Haul
- Re: Internal Pipelines (was: [RT... Christian Haul
- Re: [RT] reconsidering pipeline semantics Michael Melhem
- RE: [RT] reconsidering pipeline semantics Berin Loritsch
- Re: [RT] reconsidering pipeline semantics Michael Hartle
- RE: [RT] reconsidering pipeline semantics Berin Loritsch
- RE: [RT] reconsidering pipeline semantics Park, Paul
- Re: [RT] reconsidering pipeline semantics Stefano Mazzocchi
- Re: [RT] reconsidering pipeline semantics Amir Rosen
- Re: [RT] reconsidering pipeline semantics Stefano Mazzocchi
- Re: [RT] reconsidering pipeline semantics Gerhard Froehlich
- Re: [RT] reconsidering pipeline semantics Jeremy Quinn
- Re: [RT] reconsidering pipeline semantics Jeremy Quinn
- Re: [RT] reconsidering pipeline semantics Jason Foster
- Re: [RT] reconsidering pipeline semantics Torsten Curdt
- RE: [RT] reconsidering pipeline semantics Carsten Ziegeler
- Re: [RT] reconsidering pipeline semantics Gerhard Froehlich
- Question was: Re: [RT] reconsidering pipeline sem... Justin Fagnani-Bell