On 8/28/06, Omar Adobati <[EMAIL PROTECTED]> wrote:

...3. There's a way to pout on a web page the values that an action gives
back to the sitemap? It would be useful to a debug process...

I haven't checked which values that particular action sets, but yes,
the values of any action can be output, for example:

<map:act type="foo">
 <map:generate src="bar"/>
 <map:transform src="foo.xsl">
   <map:parameter name="valueOneFromAction" value="{valueOneFromAction}"/>
   <map:parameter name="valueTwoFromAction" value="{valueTwoFromAction}"/>
 </map:transform>

And get the values with <xsl:param name="valueOneFromAction"/> in the XSLT.

-Bertrand

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

Reply via email to