46 lines
1.9 KiB
Diff
46 lines
1.9 KiB
Diff
--- src/doc/style/exolab.xsl.orig Thu Aug 19 11:58:23 2004
|
|
+++ src/doc/style/exolab.xsl Thu Aug 19 11:58:47 2004
|
|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
-<xsl:stylesheet version="1.0">
|
|
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:output method="html" indent="no"/>
|
|
|
|
--- src/doc/style/keywords.xsl.orig Thu Aug 19 11:58:23 2004
|
|
+++ src/doc/style/keywords.xsl Thu Aug 19 11:58:55 2004
|
|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
-<xsl:stylesheet version="1.0">
|
|
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<xsl:template match="keywords">
|
|
<xsl:element name="meta">
|
|
<xsl:attribute name="http-equiv">Keywords</xsl:attribute>
|
|
--- src/doc/style/leftNav.xsl.orig Thu Aug 19 11:58:23 2004
|
|
+++ src/doc/style/leftNav.xsl Thu Aug 19 11:59:00 2004
|
|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
-<xsl:stylesheet version="1.0">
|
|
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:template match="$project/navSections">
|
|
<xsl:for-each select="section">
|
|
--- src/doc/style/searchForm.xsl.orig Thu Aug 19 11:58:23 2004
|
|
+++ src/doc/style/searchForm.xsl Thu Aug 19 11:59:07 2004
|
|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
-<xsl:stylesheet version="1.0">
|
|
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:template match="searchForm">
|
|
<table width="95" border="0" cellpadding="0" cellspacing="0">
|
|
--- src/doc/style/topNav.xsl.orig Thu Aug 19 11:58:23 2004
|
|
+++ src/doc/style/topNav.xsl Thu Aug 19 11:59:12 2004
|
|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
-<xsl:stylesheet version="1.0">
|
|
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:variable name="leftTopNavPos" select="5"/>
|
|
<xsl:template match="$project/topNav">
|