Re: Possible to use attribute value in pattern ??

Subject: Re: Possible to use attribute value in pattern ??
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 15 Jul 1999 13:29:39 +0100 (BST)
> Any ideas ??

<xsl:template match="smil">
 <Picture Name="{body/img/@id}" 
          Left="{head/region/@left}" 
          Right="{head/region/@right}"/>
</xsl:template>

David


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


Current Thread