xsl-list
[Top] [All Lists]

Template priority query

2004-06-10 03:53:24
Hi, everybody!

Quick sanity check -- I've got two templates like this:

<xsl:template match="a | b | c">...</xsl:template>

<xsl:template match="*[(_at_)length]">...</xsl:template>

My assumption has been that the first of these is more specific
and so would have a higher priority than the second, but my output
suggests that the second is firing instead of the first. Is my assumption
faulty, or is something else going wrong? Thanks!


Yours,

Chris Loschen
closchen(_at_)stanfordalumni(_dot_)org
781-718-3017 (cell)




<Prev in Thread] Current Thread [Next in Thread>