/[packages]/cauldron/adaptx/current/SOURCES/adaptx-0.9.13-xsl.patch
ViewVC logotype

Contents of /cauldron/adaptx/current/SOURCES/adaptx-0.9.13-xsl.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28455 - (show annotations) (download)
Fri Jan 21 09:16:37 2011 UTC (13 years, 3 months ago) by dmorgan
File size: 2011 byte(s)
imported package adaptx
1 --- src/doc/style/exolab.xsl.sav 2006-06-19 18:25:07.000000000 +0200
2 +++ src/doc/style/exolab.xsl 2006-06-19 18:28:57.000000000 +0200
3 @@ -1,5 +1,5 @@
4 <?xml version="1.0" encoding="ISO-8859-1"?>
5 -<xsl:stylesheet version="1.0">
6 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
7
8 <xsl:output method="html" indent="no"/>
9
10 --- src/doc/style/keywords.xsl.sav 2006-06-19 18:30:23.000000000 +0200
11 +++ src/doc/style/keywords.xsl 2006-06-19 18:30:38.000000000 +0200
12 @@ -1,5 +1,5 @@
13 <?xml version="1.0" encoding="ISO-8859-1"?>
14 -<xsl:stylesheet version="1.0">
15 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
16 <xsl:template match="keywords">
17 <xsl:element name="meta">
18 <xsl:attribute name="http-equiv">Keywords</xsl:attribute>
19 --- src/doc/style/leftNav.xsl.sav 2006-06-19 18:31:37.000000000 +0200
20 +++ src/doc/style/leftNav.xsl 2006-06-19 18:31:51.000000000 +0200
21 @@ -1,5 +1,5 @@
22 <?xml version="1.0" encoding="ISO-8859-1"?>
23 -<xsl:stylesheet version="1.0">
24 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
25
26 <xsl:template match="$project/navSections">
27 <xsl:for-each select="section">
28 --- src/doc/style/topNav.xsl.sav 2006-06-19 18:33:16.000000000 +0200
29 +++ src/doc/style/topNav.xsl 2006-06-19 18:33:32.000000000 +0200
30 @@ -1,5 +1,5 @@
31 <?xml version="1.0" encoding="ISO-8859-1"?>
32 -<xsl:stylesheet version="1.0">
33 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
34
35 <xsl:variable name="leftTopNavPos" select="5"/>
36 <xsl:template match="$project/topNav">
37 --- src/doc/style/searchForm.xsl.sav 2006-06-19 18:32:38.000000000 +0200
38 +++ src/doc/style/searchForm.xsl 2006-06-19 18:32:53.000000000 +0200
39 @@ -1,5 +1,5 @@
40 <?xml version="1.0" encoding="ISO-8859-1"?>
41 -<xsl:stylesheet version="1.0">
42 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
43
44 <xsl:template match="searchForm">
45 <table width="95" border="0" cellpadding="0" cellspacing="0">

  ViewVC Help
Powered by ViewVC 1.1.30