styles/vym2xhtml.xsl
changeset 245 27b71695d690
parent 219 a860efcaac4c
child 306 1a0522f61884
     1.1 --- a/styles/vym2xhtml.xsl	Tue Mar 14 14:27:12 2006 +0000
     1.2 +++ b/styles/vym2xhtml.xsl	Tue Mar 14 14:27:16 2006 +0000
     1.3 @@ -57,7 +57,7 @@
     1.4  <xsl:param name="imagemap" select="''"/>
     1.5  
     1.6  <!-- This stylesheet is able to process the following VYM version -->
     1.7 -<xsl:param name="vym.version" select="'1.7.7'"/>
     1.8 +<xsl:param name="vym.version" select="'1.7.10'"/>
     1.9  
    1.10  <!-- Should the VYM XML format be checked -->
    1.11  <xsl:param name="checkvym.version" select="1"/>
    1.12 @@ -124,7 +124,6 @@
    1.13     </xsl:choose>
    1.14  </xsl:variable>
    1.15  
    1.16 -
    1.17  <xsl:variable name="default.css.stylesheet">
    1.18     <xsl:text>
    1.19  h1 {border-width: 1; border: solid; text-align: center}
    1.20 @@ -194,7 +193,6 @@
    1.21        <body>
    1.22           <xsl:apply-templates/>
    1.23           <xsl:call-template name="generate.footer"/>
    1.24 -
    1.25        </body>
    1.26     </html>
    1.27  </xsl:template>
    1.28 @@ -503,7 +501,6 @@
    1.29  				<xsl:value-of select="$txt" />
    1.30  			</xsl:otherwise>
    1.31  		</xsl:choose>
    1.32 -
    1.33  </xsl:template>
    1.34  
    1.35