is this the wrong list for such a question?  (this is my first post on
this list) 
 
 
thanks
br
Immanuel
 


________________________________

        Von: Immanuel Witschi [mailto:immanuel.wits...@net-m.ch] 
        Gesendet: Montag, 26. Juli 2010 14:12
        An: users@cocoon.apache.org
        Betreff: AW: Hand over XSL variable value to sitemap param
        
        
        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