xsl-list
[Top] [All Lists]

Re: constructing a "variable" select argument

2006-02-27 12:29:55
Tracey Zellmann wrote:

However, this does not:
after calling the template with
<xsl:with-param name="track" select="T1"/>

  You're selecting here element nodes that are childs of the context
node and whose name is 'T1'.  But I wonder if you don't want the string
'T1' instead:

    <xsl:with-param name="track" select="'T1'"/>

(note the additional quotes).

  Regards,

--drkm






















        

        
                
___________________________________________________________________________ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez 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>
--~--