Browse Source

From: Fotis Jannidis


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193262 13f79535-47bb-0310-9956-ffa450edef68
tags/pre-columns
fotis 24 years ago
parent
commit
9e79e794a5
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      docs/xml2html.xsl

+ 3
- 3
docs/xml2html.xsl View File

@@ -46,7 +46,7 @@
<!-- generates table of contents with links to the different levels-->
<p>
<xsl:for-each select="section[@class='level1']/title">
<xsl:number value="position()"/>)
<xsl:number value="position()" format="A"/>)
<a href="">
<xsl:attribute name="href">
#<xsl:number count="section[@class='level1']"/>
@@ -79,10 +79,10 @@ mailto:<xsl:value-of select="//head/maintain/email"/>
<h1>
<a>
<xsl:attribute name="name">
<xsl:number count="section[@class='level1']"/>
<xsl:number count="section[@class='level1']" format="A"/>
</xsl:attribute>
</a>
<xsl:number count="section[@class='level1']"/>)
<xsl:number count="section[@class='level1']" format="A"/>)
<xsl:apply-templates/>
</h1>
</xsl:template>

Loading…
Cancel
Save