here an example

<xsl:stylesheet

xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"

xmlns:sessionutils="http://whatever/ch.minick.patches.SessionUtils";

xmlns:userutils=http://whatever/ch.minick.patches.UserUtils>

<xsl:output method="xml" />

<xsl:param name="buttonsize" />

<xsl:variable name="newbuttonsize" select="concat($buttonsize,' is
big')" />


how to make $newbuttonsize available in the sitemap as {newbuttonsize} ?

 

thanks for any help

Immanuel


________________________________

        Von: Immanuel Witschi [mailto:immanuel.wits...@net-m.ch] 
        Gesendet: Montag, 26. Juli 2010 12:00
        An: users@cocoon.apache.org
        Betreff: Hand over XSL variable value to sitemap param
        
        
        Hi
         
        I need to provide a variable value that is defined inside a XSL
transformation to a sitemap action parameter. Is there a way to hand
over this value?
         
        the opposite way to 
        param somevalue; in the XML 
         
         
         
        best
        Immi

Reply via email to