summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2008-04-15 07:35:29 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 09:02:15 -0500
commit111aaf56537afad0c6e5ec641c4c1a6721048d04 (patch)
tree696b8d0ecbb208eba94d98d0158123b69f978cbe
parent9fef96c2f1872b4b7e0fa005bcbf5c10916576e6 (diff)
downloadsamba-111aaf56537afad0c6e5ec641c4c1a6721048d04.tar.gz
Use indexterm instead of term in expansion xslts
-rw-r--r--docs/xslt/expand-sambadoc.xsl3
-rw-r--r--docs/xslt/expand-smbconfdoc.xsl2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl
index 3e1028189ca..5b539df54a5 100644
--- a/docs/xslt/expand-sambadoc.xsl
+++ b/docs/xslt/expand-sambadoc.xsl
@@ -66,7 +66,7 @@
<xsl:template match="smbconfblock/smbconfoption">
<xsl:element name="member">
- <xsl:element name="term">
+ <xsl:element name="indexterm">
<xsl:value-of select="@name"/>
</xsl:element>
<xsl:choose>
@@ -168,4 +168,5 @@
</xsl:element>
</xsl:template>
+
</xsl:stylesheet>
diff --git a/docs/xslt/expand-smbconfdoc.xsl b/docs/xslt/expand-smbconfdoc.xsl
index 712a7f4ae15..5472d61a9af 100644
--- a/docs/xslt/expand-smbconfdoc.xsl
+++ b/docs/xslt/expand-smbconfdoc.xsl
@@ -53,7 +53,7 @@
</xsl:variable>
<xsl:variable name="term">
- <xsl:element name="term">
+ <xsl:element name="indexterm">
<xsl:copy-of select="$anchor"/>
<xsl:value-of select="@name"/>
<xsl:value-of select="$context"/>