html.xsl
branchstyles
changeset 5 20b41b986ac6
parent 3 6e7e05c2ded6
child 13 a1ec4d6963d7
child 15 27a2a404231e
equal deleted inserted replaced
4:301b54644bfa 5:20b41b986ac6
   213   <strong><xsl:apply-templates/></strong>
   213   <strong><xsl:apply-templates/></strong>
   214 </xsl:template>
   214 </xsl:template>
   215 <xsl:template match="formalpara">
   215 <xsl:template match="formalpara">
   216   <p><xsl:apply-templates/></p>
   216   <p><xsl:apply-templates/></p>
   217 </xsl:template>
   217 </xsl:template>
       
   218 <xsl:template match="formalpara[list|shortlist]">
       
   219   <div>
       
   220     <p><xsl:apply-templates select="title"/></p>
       
   221     <xsl:apply-templates select="list|shortlist"/>
       
   222   </div>
       
   223 </xsl:template>
   218 
   224 
   219 <!-- citation -->
   225 <!-- citation -->
   220 <xsl:template match="citation/author">
   226 <xsl:template match="citation/author">
   221   <address><xsl:apply-templates/></address>
   227   <address><xsl:apply-templates/></address>
   222 </xsl:template>
   228 </xsl:template>