RE: [xsl] templates matches ... ?

Subject: RE: [xsl] templates matches ... ?
From: "stevenson" <stevenson@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jan 2002 11:49:01 +0300
<xsl:template match="xml/fre/FREKkernel/FREGeneralDocument"/>

assuming that it the FREGeneralDocument node you want to display

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Frederic
Leclercq
Sent: 30 January 2002 19:34
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] templates matches ... ?


Hello,

I've something like :
 
<xsl:template match="xml.fre.FREKernelKernel.FREGeneralDocument">
    .... a lot of lines in here ....
</xsl:template>
<xsl:template match="xml.fre.FREKernelKernel.FREDocument">
    .... exactly the same as above..... a.lot of lines in here ....
</xsl:template>

I can't imagine that this is the way it should be written ?
Could somebody please help me out ?

Thanks in advance,
Fred



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



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


Current Thread