summaryrefslogtreecommitdiff
path: root/docs/xslt/expand-sambadoc.xsl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-10 20:29:09 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:44 -0500
commit06aa63b6f19131071800985746b445dee42d91eb (patch)
tree5f7aaa77fc7375919463ae40d05933d44688f071 /docs/xslt/expand-sambadoc.xsl
parentb82eb1abe3641a80ad6f431dd2fd625dc229eaed (diff)
downloadsamba-06aa63b6f19131071800985746b445dee42d91eb.tar.gz
samba-06aa63b6f19131071800985746b445dee42d91eb.tar.bz2
samba-06aa63b6f19131071800985746b445dee42d91eb.zip
Large number of small fixes to the layout and the build system.
(This used to be commit 73fac0653c774a8ed8654b064fd63d4e486f6b0f)
Diffstat (limited to 'docs/xslt/expand-sambadoc.xsl')
-rw-r--r--docs/xslt/expand-sambadoc.xsl50
1 files changed, 0 insertions, 50 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl
index f74d14c66b..12ea497101 100644
--- a/docs/xslt/expand-sambadoc.xsl
+++ b/docs/xslt/expand-sambadoc.xsl
@@ -27,17 +27,6 @@
</xsl:if>
</xsl:template>
- <xsl:template match="translator">
- <xsl:element name="othercredit">
- <xsl:element name="author">
- <xsl:apply-templates/>
- <xsl:element name="contrib">
- <xsl:text>Translation to </xsl:text><xsl:value-of select="@lang"/>
- </xsl:element>
- </xsl:element>
- </xsl:element>
- </xsl:template>
-
<xsl:template match="reference/refentry">
<xsl:element name="section">
<xsl:attribute name="id">
@@ -45,9 +34,6 @@
</xsl:attribute>
<xsl:element name="title">
<xsl:value-of select="refmeta/refentrytitle"/>
- <!-- <xsl:text> (</xsl:text>
- <xsl:value-of select="refnamediv/refpurpose"/>
- <xsl:text>)</xsl:text>-->
</xsl:element>
<xsl:apply-templates/>
</xsl:element>
@@ -157,13 +143,6 @@
</xsl:choose>
</xsl:template>
- <!-- FIXME: Needs extension sometime -->
- <xsl:template match="ntgroup|ntuser">
- <xsl:element name="emphasis">
- <xsl:apply-templates/>
- </xsl:element>
- </xsl:template>
-
<xsl:template match="smbconfexample">
<xsl:choose>
<xsl:when test="title = ''">
@@ -466,35 +445,6 @@
</xsl:element>
</xsl:template>
- <xsl:template match="ulink">
- <xsl:element name="ulink">
- <xsl:attribute name="url">
- <xsl:value-of select="@url"/>
- </xsl:attribute>
-
- <xsl:apply-templates/>
- <xsl:if test="contains(@url,'http://') or contains(@url,'ftp://')">
- <xsl:if test="$duplicate_ulinks='brackets'">
- <xsl:text> (</xsl:text>
- <xsl:value-of select="@url"/>
- <xsl:text>)</xsl:text>
- </xsl:if>
- <xsl:if test="$duplicate_ulinks='footnote'">
- <xsl:element name="footnote">
- <xsl:element name="para">
- <xsl:value-of select="@url"/>
- </xsl:element>
- </xsl:element>
- </xsl:if>
- </xsl:if>
- </xsl:element>
- </xsl:template>
-
- <!-- Just ignore these -->
- <xsl:template match="smbfile">
- <xsl:apply-templates/>
- </xsl:template>
-
<xsl:template match="quote">
<xsl:element name="quote">
<xsl:element name="emphasis">