mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 02:42:48 +08:00
Regenerate after previous commit.
This commit is contained in:
parent
aab747108d
commit
18870058fe
@ -101,12 +101,32 @@
|
|||||||
<xsl:text>)</xsl:text>
|
<xsl:text>)</xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="link[@url]">
|
||||||
|
<a href="{@url}">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</a>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="link[@id and not(@doc)]">
|
<xsl:template match="link[@id and not(@doc)]">
|
||||||
<a href="#{@id}">
|
<a href="#{@id}">
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="link[@doc and not(@id)]">
|
||||||
|
|
||||||
|
<a href="{substring-before(@doc, '.xml')}.html">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</a>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="link[@id and @doc]">
|
||||||
|
|
||||||
|
<a href="{substring-before(@doc, '.xml')}.html#{@id}">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</a>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="link">
|
<xsl:template match="link">
|
||||||
<u>
|
<u>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
|
Loading…
Reference in New Issue
Block a user