html.xsl
branchstyles
changeset 5 20b41b986ac6
parent 3 6e7e05c2ded6
child 13 a1ec4d6963d7
child 15 27a2a404231e
--- a/html.xsl	Mon Jul 17 13:43:22 2006 -0400
+++ b/html.xsl	Thu Aug 10 16:53:42 2006 -0400
@@ -215,6 +215,12 @@
 <xsl:template match="formalpara">
   <p><xsl:apply-templates/></p>
 </xsl:template>
+<xsl:template match="formalpara[list|shortlist]">
+  <div>
+    <p><xsl:apply-templates select="title"/></p>
+    <xsl:apply-templates select="list|shortlist"/>
+  </div>
+</xsl:template>
 
 <!-- citation -->
 <xsl:template match="citation/author">