Re: [xsl] Stupid newbie question..

Subject: Re: [xsl] Stupid newbie question..
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 18 Oct 2002 23:51:29 +0100
 <xsl:template match="one">

would match an element named one, but you have an attribute, so

 <xsl:template match="@one">

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread