summaryrefslogtreecommitdiff
path: root/docs/xslt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xslt')
-rw-r--r--docs/xslt/docbook2pearson.xsl8
-rw-r--r--docs/xslt/sambadoc2pearson.xsl4
2 files changed, 4 insertions, 8 deletions
diff --git a/docs/xslt/docbook2pearson.xsl b/docs/xslt/docbook2pearson.xsl
index f95997b1d9..d276d31991 100644
--- a/docs/xslt/docbook2pearson.xsl
+++ b/docs/xslt/docbook2pearson.xsl
@@ -102,12 +102,8 @@
<xsl:apply-templates/>
</xsl:template>
-<xsl:template match="index">
- <xsl:comment> XXX insert index here </xsl:comment>
- <!-- chapter>
- <xsl:call-template name="transform.id.attribute"/>
- <xsl:apply-templates/>
-</chapter -->
+ <xsl:template match="index">
+ <xsl:comment> XXX insert index here </xsl:comment>
</xsl:template>
<xsl:template match="preface">
diff --git a/docs/xslt/sambadoc2pearson.xsl b/docs/xslt/sambadoc2pearson.xsl
index d187d268c6..d98e4485f0 100644
--- a/docs/xslt/sambadoc2pearson.xsl
+++ b/docs/xslt/sambadoc2pearson.xsl
@@ -23,12 +23,12 @@
</xsl:template>
<xsl:template match="smbconfexample/smbconfoption|smbconfblock/smbconfoption">
- <xsl:value-of select="name"/><xsl:text> = </xsl:text><xsl:value-of select="value"/><xsl:text>&#10;</xsl:text>
+ <xsl:text> </xsl:text><xsl:value-of select="name"/><xsl:text> = </xsl:text><xsl:value-of select="value"/><xsl:text>&#10;</xsl:text>
</xsl:template>
<xsl:template match="smbconfexample">
- <!-- <xsl:call-template name="transform.id.attribute"/>-->
<listing>
+ <xsl:call-template name="transform.id.attribute"/>
<xsl:if test="title != ''">
<description><xsl:value-of select="title"/></description>
</xsl:if>