[yelp-xsl] [db2html-inline] Generate sgmlcomment delimiters for DocBook 5



commit 8225eddc295dbebd6510d2d1f9facaf3bfeaf933
Author: brian m. carlson <sandals crustytoothpaste ath cx>
Date:   Sat Apr 10 21:55:36 2010 +0000

    [db2html-inline] Generate sgmlcomment delimiters for DocBook 5
    
    Signed-off-by: brian m. carlson <sandals crustytoothpaste ath cx>

 xslt/docbook/html/db2html-inline.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl
index aa7a7ac..3175f5e 100644
--- a/xslt/docbook/html/db2html-inline.xsl
+++ b/xslt/docbook/html/db2html-inline.xsl
@@ -1077,7 +1077,7 @@ FIXME
       <xsl:apply-templates/>
       <xsl:text>:</xsl:text>
     </xsl:when>
-    <xsl:when test="@class = 'sgmlcomment'">
+    <xsl:when test="@class = 'sgmlcomment' or @class = 'comment'">
       <xsl:text>&lt;!--</xsl:text>
       <xsl:apply-templates/>
       <xsl:text>--&gt;</xsl:text>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]