I don't think Brian is much helped with this, because what he wants is 
something like:

<map:match pattern="bla/bla">
        <map:aggregate element"yi">
                <map:part element="ext" 
src="fetchExtURI-incl-currentParameters"/>
                <map:part element="somemorexml" src="yi2"/>
        </map:aggregate>
        <map:tramsform .....etc
        
</map:match>

What Brians problem is is how to append the currentParameters to the external 
xml fetch. I am not really sure about the syntax, but something like 

<map:part element="ext" src="fetchExtURI?{request-param:queryString}"/> should 
do the job. 

AS

> Le 24 oct. 05, à 05:49, Brian Burridge a écrit :
> 
> > ... I see the File Generator can get xml from a url, but I 
> don't see a 
> > way to be able to include any parameters, or even better 
> include the 
> > xml the RequestGenerator can create, and pass that as a parameter...
> 
> You need a map:aggregate to combine the output of both generators, see
> 
> http://cocoon.apache.org/2.1/userdocs/concepts/sitemap-examples.html
> (which also shows how to pass request parameters to an XSLT transform 
> directly, using use-request-parameters)
> 
> http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html#Ag
> gregating
> 
> -Bertrand
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to