> <map:match pattern="*.xsp">
>    <map:generate type="serverpages" src="xsp/(1).xsp"/>
>    <map:transform src="stylesheets/copySelf.xsl" />
>    <map:serialize type="xml"/>
> </map:match>
>
> <map:match pattern="bigPage">
>    <map:aggregate element="page">
>       <map:part src="cocoon:/data1.xsp"/>
>       <map:part src="cocoon:/data2.xsp"/>
>       <map:part src="cocoon:/data3.xsp"/>
>    </map:aggregate>
>    <map:transform src="stylesheets/bigPage.xsl" />
>    <map:serialize />
> </map:match>

My quiestion is that if I send this URl to Cocoon:
http://.../bigPage?foo=1&bar=0

Will I be able to retrieve those data in the copySelf.xsl?
(defining "use-stylesheet-parameters" for it, of course)
This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to