rossb 00/10/28 03:19:45
Modified: . Tag: xml-cocoon2 build.sh build.bat build.xml
xdocs Tag: xml-cocoon2 docs-book.xml site-book.xml
sitemap.xml
skins/printer/stylesheets Tag: xml-cocoon2 book2project.xsl
changes2document.xsl copyover.xsl
directory2project.xsl document2html.xsl
document2project.xsl faqs2document.xsl
scan4resources.xsl spec2html.xsl todo2document.xsl
skins/xml.apache.org/stylesheets Tag: xml-cocoon2
book2project.xsl changes2document.xsl
context2label.xsl copyover.xsl
directory2project.xsl document2html.xsl
document2image.xsl document2project.xsl
faqs2document.xsl scan4resources.xsl spec2html.xsl
todo2document.xsl
Log:
Fixed docs to work with the new Stylebook. Patches from Davanum Srinivas.
Revision Changes Path
No revision
No revision
1.10.2.15 +2 -2 xml-cocoon/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/xml-cocoon/build.sh,v
retrieving revision 1.10.2.14
retrieving revision 1.10.2.15
diff -u -r1.10.2.14 -r1.10.2.15
--- build.sh 2000/10/27 20:12:14 1.10.2.14
+++ build.sh 2000/10/28 10:19:28 1.10.2.15
@@ -2,7 +2,7 @@
#
-----------------------------------------------------------------------------
# build.sh - Unix Build Script for Apache Cocoon
#
-# $Id: build.sh,v 1.10.2.14 2000/10/27 20:12:14 giacomo Exp $
+# $Id: build.sh,v 1.10.2.15 2000/10/28 10:19:28 rossb Exp $
#
-----------------------------------------------------------------------------
# ----- Verify and Set Required Environment Variables
-------------------------
@@ -18,7 +18,7 @@
# ----- Set Up The Runtime Classpath
------------------------------------------
-CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant.jar:./lib/xerces_1_2.jar:./lib/stylebook-1.0-b2.jar:./lib/xalan.jar
+CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant.jar:./lib/xerces_1_2.jar:./lib/stylebook-1.0-b3_xalan-2.jar:./lib/xalan.jar
# ----- Make sure Ant script is executable
------------------------------------
1.10.2.15 +2 -2 xml-cocoon/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/xml-cocoon/build.bat,v
retrieving revision 1.10.2.14
retrieving revision 1.10.2.15
diff -u -r1.10.2.14 -r1.10.2.15
--- build.bat 2000/10/16 16:34:46 1.10.2.14
+++ build.bat 2000/10/28 10:19:28 1.10.2.15
@@ -2,7 +2,7 @@
::
-----------------------------------------------------------------------------
:: build.bat - Win32 Build Script for Apache Cocoon
::
-:: $Id: build.bat,v 1.10.2.14 2000/10/16 16:34:46 bloritsch Exp $
+:: $Id: build.bat,v 1.10.2.15 2000/10/28 10:19:28 rossb Exp $
::
-----------------------------------------------------------------------------
:: ----- Verify and Set Required Environment Variables
-------------------------
@@ -18,7 +18,7 @@
:: ----- Set Up The Runtime Classpath
------------------------------------------
-set
CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;.\lib\xerces_1_2.jar;.\lib\stylebook-1.0-b2.jar;.\lib\xalan.jar
+set
CP=%JAVA_HOME%\lib\tools.jar;%ANT_HOME%\lib\ant.jar;.\lib\xerces_1_2.jar;.\lib\stylebook-1.0-b3_xalan-2.jar;.\lib\xalan.jar
:: ----- Execute The Requested Build
-------------------------------------------
1.6.2.39 +2 -2 xml-cocoon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/build.xml,v
retrieving revision 1.6.2.38
retrieving revision 1.6.2.39
diff -u -r1.6.2.38 -r1.6.2.39
--- build.xml 2000/10/27 20:58:00 1.6.2.38
+++ build.xml 2000/10/28 10:19:29 1.6.2.39
@@ -114,9 +114,9 @@
<echo message="------------------- ${fullname} ${version} [${year}]
----------------"/>
<property name="debug" value="on"/>
- <property name="optimize" value="off"/>
+ <property name="optimize" value="on"/>
<property name="deprecation" value="off"/>
- <property name="build.compiler" value="jikes"/>
+ <property name="build.compiler" value="classic"/>
<property name="target.vm" value="1.2"/>
<property name="src.dir" value="./src"/>
No revision
No revision
1.4.2.8 +3 -4 xml-cocoon/xdocs/docs-book.xml
Index: docs-book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/docs-book.xml,v
retrieving revision 1.4.2.7
retrieving revision 1.4.2.8
diff -u -r1.4.2.7 -r1.4.2.8
--- docs-book.xml 2000/10/04 20:52:37 1.4.2.7
+++ docs-book.xml 2000/10/28 10:19:31 1.4.2.8
@@ -5,19 +5,18 @@
<page id="index" label="Index" source="index.xml"/>
<page id="license" label="License" source="license.xml"/>
<page id="install" label="Install" source="installing.xml"/>
-<!--
- <page id="sitemap" label="Sitemap" source="sitemap.xml"/>
--->
<page id="xsp-internals" label="XSP Internals" source="xsp-internals.xml"/>
<page id="logicsheet-concepts" label="XSP Logicsheets"
source="logicsheet-concepts.xml"/>
<page id="sitemap" label="Sitemap" source="sitemap.xml"/>
<page id="svg" label="SVG Serializer" source="svg-serializer.xml"/>
<page id="imageencoder" label="Image Encoders"
source="image-encoders.xml"/>
<separator/>
- <faqs id="faqs" label="FAQ" source="faq.xml"/>
+ <faqs id="faqs" label="FAQ File" source="faq.xml" />
<changes id="changes" label="Changes" source="changes.xml"/>
<todo id="todo" label="Todo" source="todo.xml"/>
<separator/>
+ <external label="Code Repository"
href="http://xml.apache.org/websrc/index.cgi/xml-cocoon/"/>
+ <external label="Dev Snapshots"
href="http://xml.apache.org/from-cvs/xml-cocoon/"/>
<external label="Mail Archive" href="http://xml-archive.webweaving.org"/>
<!-- <external label="Bug Database" href="http://xml.apache.org/bugs/"/>
-->
</book>
1.4.2.4 +4 -2 xml-cocoon/xdocs/site-book.xml
Index: site-book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/site-book.xml,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -u -r1.4.2.3 -r1.4.2.4
--- site-book.xml 2000/07/04 10:22:33 1.4.2.3
+++ site-book.xml 2000/10/28 10:19:31 1.4.2.4
@@ -12,12 +12,14 @@
<page id="xsp-internals" label="XSP Internals" source="xsp-internals.xml"/>
<page id="logicsheet-concepts" label="XSP Logicsheets"
source="logicsheet-concepts.xml"/>
<page id="sitemap" label="Sitemap" source="sitemap.xml"/>
+ <page id="svg" label="SVG Serializer" source="svg-serializer.xml"/>
+ <page id="imageencoder" label="Image Encoders"
source="image-encoders.xml"/>
<separator/>
- <faqs id="faqs" label="FAQ" source="faq.xml"/>
+ <faqs id="faqs" label="FAQ File" source="faq.xml" />
<changes id="changes" label="Changes" source="changes.xml"/>
<todo id="todo" label="Todo" source="todo.xml"/>
<separator/>
- <external label="Code Repository"
href="http://xml.apache.org/websrc/cvsweb.cgi/xml-cocoon"/>
+ <external label="Code Repository"
href="http://xml.apache.org/websrc/index.cgi/xml-cocoon/"/>
<external label="Dev Snapshots"
href="http://xml.apache.org/from-cvs/xml-cocoon/"/>
<external label="Mail Archive" href="http://xml-archive.webweaving.org"/>
<!-- <external label="Bug Database" href="http://xml.apache.org/bugs/"/>
-->
1.1.2.5 +13 -13 xml-cocoon/xdocs/Attic/sitemap.xml
Index: sitemap.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/Attic/sitemap.xml,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- sitemap.xml 2000/07/17 21:13:05 1.1.2.4
+++ sitemap.xml 2000/10/28 10:19:32 1.1.2.5
@@ -191,7 +191,7 @@
<s3 title="Generators">
<p>
- A <jump anchor="interface-generator"><code>Generator</code></jump>
generates XML content as SAX events and initialize the
+ A <link href="#interface-generator"><code>Generator</code></link>
generates XML content as SAX events and initialize the
pipeline processing.
</p>
@@ -216,7 +216,7 @@
<s3 title="Filters">
<p>
- A <jump anchor="interface-filter"><code>Filter</code></jump> transform
SAX events in SAX events.
+ A <link href="#interface-filter"><code>Filter</code></link> transform
SAX events in SAX events.
</p>
<source>
@@ -239,7 +239,7 @@
<s3 title="Serializers">
<p>
- A <jump anchor="interface-serializer"><code>Serializers</code></jump>
transform SAX events
+ A <link href="#interface-serializer"><code>Serializers</code></link>
transform SAX events
in binary or char streams for final client consumption.
</p>
@@ -286,7 +286,7 @@
<s3 title="Choosers">
<p>
- A <jump anchor="interface-chooser"><code>Chooser</code></jump>
evaluate a boolean expression.
+ A <link href="#interface-chooser"><code>Chooser</code></link> evaluate
a boolean expression.
</p>
<source>
<![CDATA[
@@ -313,16 +313,16 @@
<p>
Because the sitemap will be translated and compiled into a java class
at runtime a
- <jump anchor="interface-chooser"><code>Chooser</code></jump> can
specify a attribute <code>factory</code>
- instead of a <code>src</code>. This <jump
anchor="interface-chooser-factory"><code>ChooserFactory</code></jump>
+ <link href="#interface-chooser"><code>Chooser</code></link> can
specify a attribute <code>factory</code>
+ instead of a <code>src</code>. This <link
href="#interface-chooser-factory"><code>ChooserFactory</code></link>
class must be capable to return a java source code fragment that can
be embedded into a method corresponding
- to the <jump anchor="interface-chooser"><code>Chooser</code></jump>s
evaluate method.
+ to the <link href="#interface-chooser"><code>Chooser</code></link>s
evaluate method.
</p>
</s3>
<s3 title="Matchers">
<p>
- A <jump anchor="interface-matcher"><code>Matcher</code></jump> maps a
pattern to a resource.
+ A <link href="#interface-matcher"><code>Matcher</code></link> maps a
pattern to a resource.
</p>
<source>
<![CDATA[
@@ -345,10 +345,10 @@
<p>
Because the sitemap will be translated and compiled into a java class
at runtime a
- <jump anchor="interface-matcher"><code>Matcher</code></jump> can
specify a attribute <code>factory</code>
- instead of a <code>src</code>. This <jump
anchor="interface-matcher-factory"><code>MatcherFactory</code></jump>
+ <link href="#interface-matcher"><code>Matcher</code></link> can
specify a attribute <code>factory</code>
+ instead of a <code>src</code>. This <link
href="#interface-matcher-factory"><code>MatcherFactory</code></link>
class must be capable to return a java source code fragment that can
be embedded into a method corresponding
- to the <jump anchor="interface-matcher"><code>Matcher</code></jump>s
match method.
+ to the <link href="#interface-matcher"><code>Matcher</code></link>s
match method.
</p>
</s3>
</s2>
@@ -599,7 +599,7 @@
<s2 title="ChooserFactory">
<p>
A <code>ChooserFactory</code> is capable to return the java source code
of the evaluate method of a
- <jump anchor="interface-chooser"><code>Chooser</code></jump> object. It
gets the value of the test
+ <link href="#interface-chooser"><code>Chooser</code></link> object. It
gets the value of the test
attribute from the sitemap.
</p>
@@ -632,7 +632,7 @@
<s2 title="MatcherFactory">
<p>
A <code>MatcherFactory</code> is capable to return the java source code
of the match method of a
- <jump anchor="interface-matcher"><code>Matcher</code></jump> object. It
gets the value of the pattern
+ <link href="#interface-matcher"><code>Matcher</code></link> object. It
gets the value of the pattern
attribute from the sitemap.
</p>
No revision
No revision
1.1.2.2 +3 -1 xml-cocoon/skins/printer/stylesheets/book2project.xsl
Index: book2project.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/book2project.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- book2project.xsl 2000/07/24 15:55:09 1.1.2.1
+++ book2project.xsl 2000/10/28 10:19:33 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<!-- match the root book element -->
<xsl:template match="book">
1.1.2.2 +3 -1 xml-cocoon/skins/printer/stylesheets/changes2document.xsl
Index: changes2document.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/printer/stylesheets/changes2document.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- changes2document.xsl 2000/07/24 15:55:09 1.1.2.1
+++ changes2document.xsl 2000/10/28 10:19:33 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:import href="copyover.xsl"/>
1.1.2.2 +5 -3 xml-cocoon/skins/printer/stylesheets/copyover.xsl
Index: copyover.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/copyover.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- copyover.xsl 2000/07/24 15:55:09 1.1.2.1
+++ copyover.xsl 2000/10/28 10:19:34 1.1.2.2
@@ -1,10 +1,12 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
- <xsl:template match="@*|node()">
+ <xsl:template match="@*|*|text()|processing-instruction()">
<xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
+ <xsl:apply-templates select="@*|*|text()|processing-instruction()"/>
</xsl:copy>
</xsl:template>
1.1.2.2 +3 -1
xml-cocoon/skins/printer/stylesheets/directory2project.xsl
Index: directory2project.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/printer/stylesheets/directory2project.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- directory2project.xsl 2000/07/24 15:55:11 1.1.2.1
+++ directory2project.xsl 2000/10/28 10:19:34 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:param name="base"/>
1.2.2.4 +3 -1 xml-cocoon/skins/printer/stylesheets/document2html.xsl
Index: document2html.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/document2html.xsl,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -r1.2.2.3 -r1.2.2.4
--- document2html.xsl 2000/08/31 14:51:02 1.2.2.3
+++ document2html.xsl 2000/10/28 10:19:34 1.2.2.4
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:import href="copyover.xsl"/>
1.1.2.2 +3 -1 xml-cocoon/skins/printer/stylesheets/document2project.xsl
Index: document2project.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/printer/stylesheets/document2project.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- document2project.xsl 2000/07/24 15:55:11 1.1.2.1
+++ document2project.xsl 2000/10/28 10:19:35 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:template match="/">
<project>
1.1.2.2 +3 -1 xml-cocoon/skins/printer/stylesheets/faqs2document.xsl
Index: faqs2document.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/faqs2document.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- faqs2document.xsl 2000/07/24 15:55:11 1.1.2.1
+++ faqs2document.xsl 2000/10/28 10:19:35 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:import href="copyover.xsl"/>
1.1.2.2 +3 -1 xml-cocoon/skins/printer/stylesheets/scan4resources.xsl
Index: scan4resources.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/scan4resources.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- scan4resources.xsl 2000/07/24 15:55:12 1.1.2.1
+++ scan4resources.xsl 2000/10/28 10:19:35 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:template match="/">
<project>
1.1.2.2 +3 -1 xml-cocoon/skins/printer/stylesheets/spec2html.xsl
Index: spec2html.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/spec2html.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- spec2html.xsl 2000/07/24 15:55:12 1.1.2.1
+++ spec2html.xsl 2000/10/28 10:19:35 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<!-- ======================================================================
-->
<!-- inherit the document2html templates -->
1.1.2.2 +3 -1 xml-cocoon/skins/printer/stylesheets/todo2document.xsl
Index: todo2document.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon/skins/printer/stylesheets/todo2document.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- todo2document.xsl 2000/07/24 15:55:12 1.1.2.1
+++ todo2document.xsl 2000/10/28 10:19:36 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:import href="copyover.xsl"/>
No revision
No revision
1.1.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/book2project.xsl
Index: book2project.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/book2project.xsl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- book2project.xsl 2000/10/12 16:43:04 1.1.2.2
+++ book2project.xsl 2000/10/28 10:19:39 1.1.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<!-- match the root book element -->
<xsl:template match="book">
1.5.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/changes2document.xsl
Index: changes2document.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/changes2document.xsl,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -r1.5.2.2 -r1.5.2.3
--- changes2document.xsl 2000/10/12 16:43:05 1.5.2.2
+++ changes2document.xsl 2000/10/28 10:19:39 1.5.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:import href="copyover.xsl"/>
1.2.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/context2label.xsl
Index: context2label.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/context2label.xsl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- context2label.xsl 2000/10/12 16:43:05 1.2.2.2
+++ context2label.xsl 2000/10/28 10:19:40 1.2.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:param name="image"/>
<xsl:param name="color"/>
1.2.2.3 +5 -3 xml-cocoon/skins/xml.apache.org/stylesheets/copyover.xsl
Index: copyover.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/copyover.xsl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- copyover.xsl 2000/10/12 16:43:05 1.2.2.2
+++ copyover.xsl 2000/10/28 10:19:40 1.2.2.3
@@ -1,10 +1,12 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
- <xsl:template match="@*|node()">
+ <xsl:template match="@*|*|text()|processing-instruction()">
<xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
+ <xsl:apply-templates select="@*|*|text()|processing-instruction()"/>
</xsl:copy>
</xsl:template>
1.3.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/directory2project.xsl
Index: directory2project.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/directory2project.xsl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -r1.3.2.2 -r1.3.2.3
--- directory2project.xsl 2000/10/12 16:43:08 1.3.2.2
+++ directory2project.xsl 2000/10/28 10:19:40 1.3.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:param name="base"/>
1.6.2.4 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl
Index: document2html.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -u -r1.6.2.3 -r1.6.2.4
--- document2html.xsl 2000/08/31 14:51:06 1.6.2.3
+++ document2html.xsl 2000/10/28 10:19:40 1.6.2.4
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:param name="stylebook.project"/>
<xsl:param name="copyright"/>
1.2.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/document2image.xsl
Index: document2image.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/document2image.xsl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- document2image.xsl 2000/10/12 16:43:08 1.2.2.2
+++ document2image.xsl 2000/10/28 10:19:41 1.2.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:param name="label"/>
1.1.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/document2project.xsl
Index: document2project.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/document2project.xsl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- document2project.xsl 2000/10/12 16:43:08 1.1.2.2
+++ document2project.xsl 2000/10/28 10:19:41 1.1.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:template match="/">
<project>
1.3.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/faqs2document.xsl
Index: faqs2document.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/faqs2document.xsl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -r1.3.2.2 -r1.3.2.3
--- faqs2document.xsl 2000/05/26 15:16:53 1.3.2.2
+++ faqs2document.xsl 2000/10/28 10:19:41 1.3.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:import href="copyover.xsl"/>
1.1.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/scan4resources.xsl
Index: scan4resources.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/scan4resources.xsl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- scan4resources.xsl 2000/10/12 16:43:08 1.1.2.2
+++ scan4resources.xsl 2000/10/28 10:19:41 1.1.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:template match="/">
<project>
1.1.2.2 +3 -1 xml-cocoon/skins/xml.apache.org/stylesheets/spec2html.xsl
Index: spec2html.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/spec2html.xsl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- spec2html.xsl 2000/03/20 22:01:25 1.1.2.1
+++ spec2html.xsl 2000/10/28 10:19:41 1.1.2.2
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<!-- ======================================================================
-->
<!-- inherit the document2html templates -->
1.1.2.3 +3 -1
xml-cocoon/skins/xml.apache.org/stylesheets/todo2document.xsl
Index: todo2document.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/todo2document.xsl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- todo2document.xsl 2000/10/12 16:43:08 1.1.2.2
+++ todo2document.xsl 2000/10/28 10:19:41 1.1.2.3
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
<xsl:import href="copyover.xsl"/>