xsl-list
[Top] [All Lists]

RE: sending a parameter from cmd line to template match

2003-07-29 01:41:24


-----Original Message-----
From: Adriaan Woerléé [mailto:ade(_at_)ip9(_dot_)org]
Sent: 29 July 2003 07:51
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] sending a parameter from cmd line to template match


Hi,
    I wanted to send an external paramater to the the 
template to create
dynamic matching

      <xsl:param name="element" select="'default'"/>
      <xsl:template match="{$element}">

no need for curly brackets here ? though depending on your element ( I assume 
just a qname... ) this should be fine.

cheers, jim fuller


but I get a TransformerException Error : illegal tokens $

is there a better way to dynamically populate the 'match' attribute of
template??

cheers

-Ade

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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