[eros-cvs] cvs commit: eros/src/doc/www/DTD html-doc.xslt

shap@eros.cs.jhu.edu shap@eros.cs.jhu.edu
Sun, 19 Aug 2001 14:07:55 -0400


shap        01/08/19 14:07:55

  Modified:    src/doc/www/DTD html-doc.xslt
  Log:
  Various minor processing updates

Revision  Changes    Path
1.5       +5 -1      eros/src/doc/www/DTD/html-doc.xslt

Index: html-doc.xslt
===================================================================
RCS file: /cvs/eros/src/doc/www/DTD/html-doc.xslt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- html-doc.xslt	2001/08/08 22:45:08	1.4
+++ html-doc.xslt	2001/08/19 18:07:55	1.5
@@ -1286,13 +1286,17 @@
     <xsl:apply-templates/><br/>
   </xsl:template>
 
+  <xsl:template match="author/address">
+    <xsl:apply-templates/><br/>
+  </xsl:template>
+
   <xsl:template match="author/email">
     <tt><xsl:apply-templates/></tt><br/>
   </xsl:template>
 
   <xsl:template match="abstract">
     <table width="100%"><tbody><tr valign="top"><td
-    width="5%">&nbsp;</td><td width="90%"><xsl:apply-templates mode="abstract"/></td><td width="5%">&nbsp;</td></tr></tbody></table>
+    width="5%">&nbsp;</td><td width="90%"><div>&nbsp;<br/></div><xsl:apply-templates mode="abstract"/></td><td width="5%">&nbsp;</td></tr></tbody></table>
   </xsl:template>
 
   <xsl:template match="copyright">