Minor fixes.

svn path=/trunk/; revision=8221
This commit is contained in:
Reinhard Müller 2007-05-06 16:25:47 +00:00
parent 6b08108e68
commit eb42a7ee23
1 changed files with 6 additions and 1 deletions

View File

@ -182,6 +182,11 @@
<xsl:element name="div">
<xsl:attribute name="class">content</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="class">n</xsl:attribute>
<xsl:attribute name="id">#content</xsl:attribute>
</xsl:element>
<!-- Here goes the actual content of the <body> node of the input file -->
<xsl:apply-templates select="node()"/>
@ -189,7 +194,7 @@
<xsl:element name="a">
<xsl:attribute name="class">n</xsl:attribute>
<xsl:attribute name="href">#top</xsl:attribute>
To top
<xsl:text>To top</xsl:text>
</xsl:element>
</xsl:element>