a62511f
--- src/doc/style/exolab.xsl.sav	2006-06-19 18:25:07.000000000 +0200
a62511f
+++ src/doc/style/exolab.xsl	2006-06-19 18:28:57.000000000 +0200
a62511f
@@ -1,5 +1,5 @@
a62511f
 
a62511f
-<xsl:stylesheet version="1.0">
a62511f
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
a62511f
 
a62511f
   <xsl:output method="html" indent="no"/>
a62511f
 
a62511f
--- src/doc/style/keywords.xsl.sav	2006-06-19 18:30:23.000000000 +0200
a62511f
+++ src/doc/style/keywords.xsl	2006-06-19 18:30:38.000000000 +0200
a62511f
@@ -1,5 +1,5 @@
a62511f
 
a62511f
-<xsl:stylesheet version="1.0">
a62511f
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
a62511f
   <xsl:template match="keywords">
a62511f
     <xsl:element name="meta">
a62511f
       <xsl:attribute name="http-equiv">Keywords</xsl:attribute>
a62511f
--- src/doc/style/leftNav.xsl.sav	2006-06-19 18:31:37.000000000 +0200
a62511f
+++ src/doc/style/leftNav.xsl	2006-06-19 18:31:51.000000000 +0200
a62511f
@@ -1,5 +1,5 @@
a62511f
 
a62511f
-<xsl:stylesheet version="1.0">
a62511f
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
a62511f
 
a62511f
   <xsl:template match="$project/navSections">
a62511f
     <xsl:for-each select="section">
a62511f
--- src/doc/style/topNav.xsl.sav	2006-06-19 18:33:16.000000000 +0200
a62511f
+++ src/doc/style/topNav.xsl	2006-06-19 18:33:32.000000000 +0200
a62511f
@@ -1,5 +1,5 @@
a62511f
 
a62511f
-<xsl:stylesheet version="1.0">
a62511f
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
a62511f
 
a62511f
 <xsl:variable name="leftTopNavPos" select="5"/>
a62511f
 <xsl:template match="$project/topNav">
a62511f
--- src/doc/style/searchForm.xsl.sav	2006-06-19 18:32:38.000000000 +0200
a62511f
+++ src/doc/style/searchForm.xsl	2006-06-19 18:32:53.000000000 +0200
a62511f
@@ -1,5 +1,5 @@
a62511f
 
a62511f
-<xsl:stylesheet version="1.0">
a62511f
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
a62511f
 
a62511f
 <xsl:template match="searchForm">
a62511f