Pattern priority

Subject: Pattern priority
From: "Jon Smirl" <jonsmirl@xxxxxxxxxxxx>
Date: Thu, 28 Oct 1999 14:24:33 -0400
I'm using XT with the two patterns below. The stylesheet is matching on
Match two instead of Match one. I thought that Match one is the more
specific pattern and would be matched first. Is this correct behavior?

Input XML is
    <contact type="contact">

  <xsl:template match="contact">
    Match one
  </xsl:template>

  <xsl:template match="*[@type='contact']">
    Match two
  </xsl:template>

Jon Smirl
jonsmirl@xxxxxxxxxxxx



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


Current Thread