Re: [xsl] templates matches ... ?

Subject: Re: [xsl] templates matches ... ?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 30 Jan 2002 10:23:39 GMT
> In the second match all the code is exactly the same as in the first
> <template match> 


<xsl:template name="shared" match="FREGeneralDocument">
    .... a lot of lines in here ....
</xsl:template>

<xsl:template match="FREDocument">
  <xsl:call-template name="shared"/>... a.lot of lines in here ....
</xsl:template>

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