Hi list,
 
I want to iterate over the requestparameter variables in my stylesheet.
Following won't work
 
    <map:match pattern="*.smil">
            <map:generate src="{1}.smil" />
            <map:transform src="stylesheets/replace.xsl" >
                        <map:parameter name="use-request-parameters"
value="true"/>
            </map:transform>
            <map:serialize type="smil"/>
    </map:match>
 
Is the map:aggregate or xinclude functionality the thing I'm looking for?
How would I reference the request object as a source then?
 
<map:aggregate element="smil">
     <map:part src="resource://="{1}.smil" />
     <map:part src="cocoon://request" />
</map:aggregate>
 
this didn't bring what I was looking for..
 
Normally I would do map:generate type="request" and then transform from
there on, but I need to keep the Smil file as the starting point here.
 
Any thoughts?
Jorg

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

Reply via email to