summaryrefslogtreecommitdiff
path: root/docs/xslt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-05-15 16:09:50 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:50 -0500
commita1a6c5198a9f291ad2c774cdb0c8d9ced7c31cc7 (patch)
tree31da354502b2ca564895fdc3768111e37409c3d7 /docs/xslt
parente8bfde01af178db7ff721cc7a017b69a64607159 (diff)
downloadsamba-a1a6c5198a9f291ad2c774cdb0c8d9ced7c31cc7.tar.gz
samba-a1a6c5198a9f291ad2c774cdb0c8d9ced7c31cc7.tar.bz2
samba-a1a6c5198a9f291ad2c774cdb0c8d9ced7c31cc7.zip
Use html2text for generating text output instead of xmlto, which uses a combination of xsltproc and lynx
(This used to be commit dc303a8c08c60c81bf3b38708af115f660aa9e7d)
Diffstat (limited to 'docs/xslt')
-rw-r--r--docs/xslt/expand-sambadoc.xsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl
index 8bb765b7d9..8db39b56e8 100644
--- a/docs/xslt/expand-sambadoc.xsl
+++ b/docs/xslt/expand-sambadoc.xsl
@@ -87,7 +87,6 @@
<!-- This is needed to copy content unchanged -->
<xsl:template match="@*|node()">
-
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>