| Subject: Almost identical templates From: Peter Hickman <peter@xxxxxxxxxxxxx> Date: Thu, 01 Jul 2004 09:46:11 +0100 | 
   <xsl:template match="TOC">
       <div class="section">
           <span class="ref">TOC</span><br />
           <xsl:apply-templates select="*|text()" />
       </div>
   </xsl:template>   <xsl:template match="HEADER">
       <div class="section">
           <span class="ref">HEADER</span><br />
           <xsl:apply-templates select="*|text()" />
       </div>
   </xsl:template>   <xsl:template match="*">
       <div class="section">
           <span class="ref">***MAGIC***</span><br />
           <xsl:apply-templates select="*|text()" />
       </div>
   </xsl:template>| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] Mistype in XQuery 1.0 and, Michael Kay | Thread | Re: [xsl] Almost identical template, George Cristian Bina | 
| Re: [xsl] Wildcards in namespaces ?, George Cristian Bina | Date | RE: [xsl] Wildcards in namespaces ?, David . Pawson | 
| Month |