diff options
author | fotis <fotis@unknown> | 1999-12-03 09:35:50 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 1999-12-03 09:35:50 +0000 |
commit | 9e79e794a59df272b12191baff99930f7978dd35 (patch) | |
tree | 5d1971d7e1a022497a928785ec1bf8959b617fbb /docs | |
parent | a0ffd012085384e23d8bd3cfb237354d7f8f7577 (diff) | |
download | xmlgraphics-fop-9e79e794a59df272b12191baff99930f7978dd35.tar.gz xmlgraphics-fop-9e79e794a59df272b12191baff99930f7978dd35.zip |
From: Fotis Jannidis
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml2html.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/xml2html.xsl b/docs/xml2html.xsl index a18ad762e..209b45083 100644 --- a/docs/xml2html.xsl +++ b/docs/xml2html.xsl @@ -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> |