]> matita.cs.unibo.it Git - helm.git/commitdiff
Bug fixed: xsl:import not first child of xsl:stylesheet.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 12 Nov 2001 09:04:20 +0000 (09:04 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 12 Nov 2001 09:04:20 +0000 (09:04 +0000)
helm/on-line/xslt/ls2html.xsl

index 965d15f12ecb1d983a2f6e1f5b39a8f1ee4d341c..a99a98f23f7c3de1192334a59a6a541608379b9d 100644 (file)
@@ -3,10 +3,10 @@
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
-<xsl:output method="html" encoding="iso-8859-1"/>
-
 <xsl:import href="utils.xsl"/>
 
+<xsl:output method="html" encoding="iso-8859-1"/>
+
 <!-- uri must end with '/' -->
 <xsl:param name="uri" select="''"/>
 <xsl:param name="keys" select="''"/>