Hi,
I'm trying to use the RequestParamAction, but when I do so, it blocks
use of my normal {1} variable?  Is there a way around this?  Below is
my sitemap excerpt.  The first {1} works fine, but the second one does
not.  Is there a way to get at the {1} variable inside from within
this <map:act>?

<map:match pattern="ws/*">
        <map:generate type="request"/>
        <map:transform src="xslt/ws/{1}-setup.xsl" label="setup"/>
        <map:act type="request">
                <map:parameter name="parameters" value="true"/>
                <map:transform type="myTransformer">
                        <map:parameter name="fileName"
value="mldm/xml/stubs/afterTransformer/{1}-{format}.xml"/>
                </map:transform>

Thanks,
Ben

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

Reply via email to