[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

template precedence

Subject: template precedence
From: "Trevor Nicholls" <trevor@xxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Jul 2006 13:10:25 +1200
xslt precedence templates
A trap for young players, like me (document is the top node in the input XML
document).

Original XSL (in part):
======================

<xsl:template match="document">
...<xsl:apply-templates />...
</

<xsl:template match = "*">
<xsl:choose>
...
/>
/>

New XSL (same part):
===================

<xsl:template match="document">
...<xsl:apply-templates />...
</

<xsl:template match="*[@mark='Y']">
...
</

<xsl:template match="*[not(@mark='Y')]">
...
</

========

I was a bit taken aback to find that "*[]" takes priority over "document".
This might be according to spec, but it's still a bit counter-intuitive,
isn't it!

Cheers
T

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.