Hi all,
Is possible to get request attribute in sitemap?
some like to get request parameter:
<map:match pattern="delete_account.html">
<map:act set="process">
<map:parameter name="descriptor"
value="descriptors/form_account.xml"/>
</map:act>
<!-- ??? some like it -->
<map:act type="request">
<map:parameter name="attributes"
value="true"/>
<map:redirect-to
uri="account.html?account={my_request_attribute}"/>
</map:act>
<!--
<map:act type="request">
<map:parameter name="parameters"
value="true"/>
<map:redirect-to
uri="account.html?account={my_request_parameter}"/>
</map:act>
-->
</map:match>
any advice, helps,
Thanks,
Hill
ps: i use 2.1m3-dev
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]