| 
 
Subject: [xsl] [XSL] Footnotes Display From: Alice Wei <ajwei@xxxxxxxxxxx> Date: Sat, 24 Nov 2007 09:43:46 -0500  | 
   <xsl:template match="to_do">
       <xsl:apply-templates select="list"/>
       <xsl:call-template name="notes"/>
   </xsl:template>     <xsl:template match="item">
           Some processing list the items
     </xsl:template><xsl:template name="notes">
       <div>
           <xsl:choose>
               <xsl:when test="p/@xml:id='authnote'">
                   <h3>Notes</h3>
                   <xsl:apply-templates/>
               </xsl:when>
               <xsl:otherwise>
                   <xsl:apply-templates/>
               </xsl:otherwise>
           </xsl:choose>
       </div>
   </xsl:template>Alice Wei School of Library and Information Science Indiana University Bloomington
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] xsl2: temprorary tree con, Dimitre Novatchev | Thread | [xsl] Extract attribute and make pr, J. S. Rawat | 
| RE: [xsl] HTML inside XML using XSL, Lucas Gonçalves Gros | Date | Re: [xsl] xsl2: temprorary tree con, Dimitre Novatchev | 
| Month |