diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 17:36:25 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-08-12 17:36:25 +0000 |
commit | a2e3ba6e1281a7d3693173679ec7fb28898df319 (patch) | |
tree | ccf9305e453bb08eb01813b4ea4e314f8f869e6a /docs/docbook/xslt/expand-sambadoc.xsl | |
parent | 3b8485d047492788925b530e9e622a61c66f2dbd (diff) | |
download | samba-a2e3ba6e1281a7d3693173679ec7fb28898df319.tar.gz samba-a2e3ba6e1281a7d3693173679ec7fb28898df319.tar.bz2 samba-a2e3ba6e1281a7d3693173679ec7fb28898df319.zip |
Merge over book changes into 3_0 CVS
(This used to be commit d8fe4a81fb0d4972b2331b3d5fc4890244b44c33)
Diffstat (limited to 'docs/docbook/xslt/expand-sambadoc.xsl')
-rw-r--r-- | docs/docbook/xslt/expand-sambadoc.xsl | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/docs/docbook/xslt/expand-sambadoc.xsl b/docs/docbook/xslt/expand-sambadoc.xsl index 4030c8b6e6..48240f38d7 100644 --- a/docs/docbook/xslt/expand-sambadoc.xsl +++ b/docs/docbook/xslt/expand-sambadoc.xsl @@ -58,10 +58,10 @@ <!ENTITY % globalentities SYSTEM 'global.ent'> %globalentities; ]> </xsl:text> -<xsl:element name="book"><!-- This shouldn't be book, but something more general, a variable -FIXME--> +<xsl:copy> <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute> <xsl:apply-templates/> -</xsl:element> +</xsl:copy> </xsl:template> @@ -113,10 +113,11 @@ </xsl:element> </xsl:element> +<!-- FIXME: Do this only when smb.conf is included <xsl:element name="link"> <xsl:attribute name="linkend"> <xsl:value-of select="translate(translate(string(name),' ',''),'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/> - </xsl:attribute> + </xsl:attribute>--> <xsl:element name="parameter"> <xsl:attribute name="moreinfo"> @@ -131,7 +132,8 @@ <xsl:value-of select="value"/> </xsl:when> </xsl:choose> - </xsl:element> + <!-- + </xsl:element>--> </xsl:template> <!-- FIXME: Needs extension sometime --> @@ -283,16 +285,6 @@ <xsl:apply-templates/> </xsl:element> - <xsl:if test="$duplicate_ulinks='brackets' and @noescape=''"> - <xsl:text> (</xsl:text> - <xsl:value-of select="@url"/> - <xsl:text>)</xsl:text> - </xsl:if> - <xsl:if test="$duplicate_ulinks='footnote' and @noescape=''"> - <xsl:element name="footnote"> - <xsl:value-of select="@url"/> - </xsl:element> - </xsl:if> </xsl:template> |