xsl-list
[Top] [All Lists]

RE: Using a template's (HTML) output as with-param?

2005-12-09 04:24:32
"Talley, Brooks" wrote:

  Hi

      <xsl:template name="TableHeader">
              <xsl:param name="caption1" />
              <xsl:param name="caption2" />
              <tr><td><h1><xsl:value-of select="$caption1"
/></h1></td></tr>
              <tr><td><xsl:value-of select="$caption2" /></td></tr>
      </xsl:template>

  'xsl:value-of' use the textual value of a node.  Use 'xsl:copy-of' if
you want to copy the node.

--drkm



















        

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>