| 
 
Subject: [xsl] Misunderstanding named initial template and precedence  rules? From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Wed, 28 Feb 2007 16:57:50 +0100  | 
** IMPORTED ** <xsl:stylesheet version = "2.0" xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" >
   <xsl:template match="/" name="main" >
       <low-precedence />
   </xsl:template>
</xsl:stylesheet>** IMPORTING ** <xsl:stylesheet version = "2.0" xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" >
   <xsl:template match="/" name="main" >
       <high-precedence />
   </xsl:template>
</xsl:stylesheet>Cheers, -- Abel Braaksma
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] Schema-aware validation o, Michael Kay | Thread | Re: [xsl] Misunderstanding named in, David Carlisle | 
| Re: [xsl] How to use generate-id() , Abel Braaksma | Date | Re: [xsl] Misunderstanding named in, David Carlisle | 
| Month |