diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-12 16:31:19 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:45 -0500 |
commit | dc448bdfbb479a245028c6f2b30b32d3cc7f0b50 (patch) | |
tree | c7103888b886594d6a5cecee7e2872f86dba340f /docs/xslt/sambadoc2pearson.xsl | |
parent | c8d6660c18545132e2fa975701e3f39e7d4d048b (diff) | |
download | samba-dc448bdfbb479a245028c6f2b30b32d3cc7f0b50.tar.gz samba-dc448bdfbb479a245028c6f2b30b32d3cc7f0b50.tar.bz2 samba-dc448bdfbb479a245028c6f2b30b32d3cc7f0b50.zip |
Get rid of unused elements, simply image handling
(This used to be commit 8fb0bb8ce4668ee0ed1e247dad57c9e9a5a233f6)
Diffstat (limited to 'docs/xslt/sambadoc2pearson.xsl')
-rw-r--r-- | docs/xslt/sambadoc2pearson.xsl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/xslt/sambadoc2pearson.xsl b/docs/xslt/sambadoc2pearson.xsl index 23bc30985c..5028d05064 100644 --- a/docs/xslt/sambadoc2pearson.xsl +++ b/docs/xslt/sambadoc2pearson.xsl @@ -13,10 +13,6 @@ <xsl:strip-space elements="smbconfoption smbconfsection"/> - <xsl:template match="smbfile"> - <xsl:apply-templates/> - </xsl:template> - <xsl:template match="smbconfexample/smbconfsection|smbconfblock/smbconfsection"> <xsl:text> </xsl:text> <xsl:value-of select="."/><xsl:text> </xsl:text> |