[xsl] From generic to specific match

Subject: [xsl] From generic to specific match
From: "alexandre bord" <alexandre.bord@xxxxxxxxxx>
Date: Tue, 05 Nov 2002 10:34:14 +0100
Hello !

Suppose my xslt stylesheet contains numerous potential match for the same nodes :
<xsl:template match="/foo/bar" >...</xsl:template>
and <xsl:template match="/foo/*">...</xsl:template>
Which one will match /foo/bar ?
I suppose that the order does matter.


(i'm using xalan but i hope it doesnt matter)

thanks a lot


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



Current Thread