| 
 
Subject: Re: [xsl] something I'd really like in XSLT From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Tue, 23 Jan 2007 12:09:13 +0100  | 
I was just thinking but the thing that would be useful in XSLT for me would be constructs for checking if something was already matched by an import or include.
   <xsl:template match="b" priority="-1">
       <b-matched-in-principal />
   </xsl:template>   <xsl:template match="b" priority="1">
       <b-matched-in-principal />
   </xsl:template>
Checks as to the level matched would also be helpful. Obviously could implement something like this with apply-imports or nex-match if all stylesheets in a framework could be expected to apply the method.
Cheers, -- Abel Braaksma http://www.nuntia.nl
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] something I'd really like in , bryan rasmussen | Thread | Re: [xsl] something I'd really like, bryan rasmussen | 
| [xsl] something I'd really like in , bryan rasmussen | Date | RE: [xsl] something I'd really like, Michael Kay | 
| Month |