[yelp-xsl] db2html-block: Basic support for task element



commit 5f06118be7d6e40ae5727a3285e8428f4f236006
Author: Shaun McCance <shaunm gnome org>
Date:   Thu Jan 19 10:57:53 2012 -0500

    db2html-block: Basic support for task element
    
    https://bugzilla.gnome.org/show_bug.cgi?id=162366

 xslt/docbook/html/db2html-block.xsl |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/xslt/docbook/html/db2html-block.xsl b/xslt/docbook/html/db2html-block.xsl
index ee63acc..9737526 100644
--- a/xslt/docbook/html/db2html-block.xsl
+++ b/xslt/docbook/html/db2html-block.xsl
@@ -551,6 +551,26 @@ syntax highlighting support based on the #{language} attribute of ${node}.
   <xsl:call-template name="db2html.pre"/>
 </xsl:template>
 
+<!-- = task = -->
+<xsl:template match="task | db:task">
+  <xsl:call-template name="db2html.block.formal"/>
+</xsl:template>
+
+<!-- = taskprerequisites = -->
+<xsl:template match="taskprerequisites | db:taskprerequisites">
+  <xsl:call-template name="db2html.block.formal"/>
+</xsl:template>
+
+<!-- = taskrelated = -->
+<xsl:template match="taskrelated | db:taskrelated">
+  <xsl:call-template name="db2html.block.formal"/>
+</xsl:template>
+
+<!-- = tasksummary = -->
+<xsl:template match="tasksummary | db:tasksummary">
+  <xsl:call-template name="db2html.block.formal"/>
+</xsl:template>
+
 <!-- = tip = -->
 <xsl:template match="tip | db:tip">
   <xsl:call-template name="db2html.block.formal">



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