diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-09 00:15:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:04 -0500 |
commit | 4c7f834b0b9afd7b796b1a0fa422868a7b54823e (patch) | |
tree | 4dabae82be0d9cdb118928b97d5dcc4a91349485 /docs/xslt/expand-sambadoc.xsl | |
parent | 40ac96fb1bb098ee21bd34814ee1a6923b8c21ed (diff) | |
download | samba-4c7f834b0b9afd7b796b1a0fa422868a7b54823e.tar.gz samba-4c7f834b0b9afd7b796b1a0fa422868a7b54823e.tar.bz2 samba-4c7f834b0b9afd7b796b1a0fa422868a7b54823e.zip |
Fix smb.conf.5 output
(This used to be commit a6cd8e8598b50fc9c8157bd84d4a0ec976f8c5f1)
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index f10f04b97d..0a6326ef0b 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -9,11 +9,11 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc" version="1.1"> - <xsl:import href="strip-references.xsl"/> - <xsl:import href="expand-smbconfdoc.xsl"/> - <xsl:output method="xml" encoding="UTF-8" doctype-public="-//OASIS//DTD DocBook XML V4.2//EN" indent="yes" doctype-system="http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"/> + <xsl:include href="strip-references.xsl"/> + <xsl:include href="expand-smbconfdoc.xsl"/> + <!-- This is needed to copy content unchanged --> <xsl:template match="@*|node()"> <xsl:copy> @@ -22,7 +22,6 @@ </xsl:template> <xsl:template match="smbconfblock/smbconfoption"> - <xsl:element name="member"> <xsl:element name="indexterm"> <xsl:element name="primary"> |