vmote 2003/11/12 07:24:53
Modified: src/documentation/content/xdocs/design areas.xml
breakpos.xml embedding.xml extending.xml fotree.xml
images.xml index.xml layout.xml optimise.xml
parsing.xml pdf-library.xml properties.xml
renderers.xml startup.xml svg.xml useragent.xml
src/documentation/content/xdocs/design/alt.design
PropNames-png.xml alt-properties.xml
compound-properties.xml coroutines.xml
footnotes.xml galleys.xml index.xml keeps.xml
properties-classes.xml spaces.xml traits.xml
user-agent-refs.xml
src/documentation/content/xdocs/design/alt.design/properties
introduction.xml
src/documentation/content/xdocs/dev api-doc.xml
conventions.xml doc.xml extensions.xml faq.xml
fonts.xml implement.xml index.xml release.xml
rtflib.xml svg.xml testing.xml tools.xml
Log:
update URLs for DTDs
Revision Changes Path
1.15 +2 -2 xml-fop/src/documentation/content/xdocs/design/areas.xml
Index: areas.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/areas.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- areas.xml 15 Sep 2003 20:54:02 -0000 1.14
+++ areas.xml 12 Nov 2003 15:24:51 -0000 1.15
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Design: Area Tree</title>
1.6 +2 -2 xml-fop/src/documentation/content/xdocs/design/breakpos.xml
Index: breakpos.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/breakpos.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- breakpos.xml 15 Sep 2003 20:54:02 -0000 1.5
+++ breakpos.xml 12 Nov 2003 15:24:51 -0000 1.6
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.7 +2 -2 xml-fop/src/documentation/content/xdocs/design/embedding.xml
Index: embedding.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/embedding.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- embedding.xml 15 Sep 2003 20:54:02 -0000 1.6
+++ embedding.xml 12 Nov 2003 15:24:51 -0000 1.7
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.10 +2 -2 xml-fop/src/documentation/content/xdocs/design/extending.xml
Index: extending.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/extending.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- extending.xml 15 Sep 2003 20:54:02 -0000 1.9
+++ extending.xml 12 Nov 2003 15:24:51 -0000 1.10
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.13 +2 -2 xml-fop/src/documentation/content/xdocs/design/fotree.xml
Index: fotree.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/fotree.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fotree.xml 15 Sep 2003 20:54:02 -0000 1.12
+++ fotree.xml 12 Nov 2003 15:24:52 -0000 1.13
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Design: FO Tree</title>
1.4 +2 -2 xml-fop/src/documentation/content/xdocs/design/images.xml
Index: images.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/images.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- images.xml 15 Sep 2003 20:54:02 -0000 1.3
+++ images.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.11 +2 -2 xml-fop/src/documentation/content/xdocs/design/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/index.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- index.xml 15 Sep 2003 20:54:02 -0000 1.10
+++ index.xml 12 Nov 2003 15:24:52 -0000 1.11
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Design: Introduction</title>
1.13 +2 -2 xml-fop/src/documentation/content/xdocs/design/layout.xml
Index: layout.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/layout.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- layout.xml 15 Sep 2003 20:54:02 -0000 1.12
+++ layout.xml 12 Nov 2003 15:24:52 -0000 1.13
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Design: Layout</title>
1.5 +2 -2 xml-fop/src/documentation/content/xdocs/design/optimise.xml
Index: optimise.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/optimise.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- optimise.xml 15 Sep 2003 20:54:02 -0000 1.4
+++ optimise.xml 12 Nov 2003 15:24:52 -0000 1.5
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.9 +2 -2 xml-fop/src/documentation/content/xdocs/design/parsing.xml
Index: parsing.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/parsing.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- parsing.xml 15 Sep 2003 20:54:02 -0000 1.8
+++ parsing.xml 12 Nov 2003 15:24:52 -0000 1.9
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Design: Input Parsing</title>
1.4 +2 -2 xml-fop/src/documentation/content/xdocs/design/pdf-library.xml
Index: pdf-library.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/pdf-library.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdf-library.xml 15 Sep 2003 20:54:02 -0000 1.3
+++ pdf-library.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.14 +2 -2 xml-fop/src/documentation/content/xdocs/design/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/properties.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- properties.xml 15 Sep 2003 20:54:02 -0000 1.13
+++ properties.xml 12 Nov 2003 15:24:52 -0000 1.14
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Design: Properties</title>
1.13 +2 -2 xml-fop/src/documentation/content/xdocs/design/renderers.xml
Index: renderers.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/renderers.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- renderers.xml 15 Sep 2003 20:54:02 -0000 1.12
+++ renderers.xml 12 Nov 2003 15:24:52 -0000 1.13
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Design: Renderers</title>
1.3 +2 -2 xml-fop/src/documentation/content/xdocs/design/startup.xml
Index: startup.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/startup.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- startup.xml 15 Sep 2003 20:54:02 -0000 1.2
+++ startup.xml 12 Nov 2003 15:24:52 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Design: Startup, Environment, Control</title>
1.4 +2 -2 xml-fop/src/documentation/content/xdocs/design/svg.xml
Index: svg.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/svg.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- svg.xml 15 Sep 2003 20:54:02 -0000 1.3
+++ svg.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.5 +2 -2 xml-fop/src/documentation/content/xdocs/design/useragent.xml
Index: useragent.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/useragent.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- useragent.xml 15 Sep 2003 20:54:02 -0000 1.4
+++ useragent.xml 12 Nov 2003 15:24:52 -0000 1.5
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.2 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/PropNames-png.xml
Index: PropNames-png.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/PropNames-png.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PropNames-png.xml 9 Dec 2002 08:45:16 -0000 1.1
+++ PropNames-png.xml 12 Nov 2003 15:24:52 -0000 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.4 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/alt-properties.xml
Index: alt-properties.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/alt-properties.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alt-properties.xml 22 Dec 2002 03:54:02 -0000 1.3
+++ alt-properties.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.3 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/compound-properties.xml
Index: compound-properties.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/compound-properties.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- compound-properties.xml 18 Dec 2002 16:25:24 -0000 1.2
+++ compound-properties.xml 12 Nov 2003 15:24:52 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.4 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/coroutines.xml
Index: coroutines.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/coroutines.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- coroutines.xml 18 Dec 2002 16:25:24 -0000 1.3
+++ coroutines.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.4 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/footnotes.xml
Index: footnotes.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/footnotes.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- footnotes.xml 18 Dec 2002 16:25:24 -0000 1.3
+++ footnotes.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.4 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/galleys.xml
Index: galleys.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/galleys.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- galleys.xml 18 Dec 2002 16:25:24 -0000 1.3
+++ galleys.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.3 +3 -3
xml-fop/src/documentation/content/xdocs/design/alt.design/index.xml
Index: index.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml 18 Dec 2002 16:25:24 -0000 1.2
+++ index.xml 12 Nov 2003 15:24:52 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<!-- $Id$ -->
1.4 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/keeps.xml
Index: keeps.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/keeps.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- keeps.xml 18 Dec 2002 16:25:24 -0000 1.3
+++ keeps.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.6 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/properties-classes.xml
Index: properties-classes.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/properties-classes.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- properties-classes.xml 24 Dec 2002 01:19:52 -0000 1.5
+++ properties-classes.xml 12 Nov 2003 15:24:52 -0000 1.6
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.4 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/spaces.xml
Index: spaces.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/spaces.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spaces.xml 18 Dec 2002 16:25:24 -0000 1.3
+++ spaces.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.3 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/traits.xml
Index: traits.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/traits.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- traits.xml 22 Dec 2002 03:54:02 -0000 1.2
+++ traits.xml 12 Nov 2003 15:24:52 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.4 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/user-agent-refs.xml
Index: user-agent-refs.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/user-agent-refs.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- user-agent-refs.xml 22 Dec 2002 03:54:02 -0000 1.3
+++ user-agent-refs.xml 12 Nov 2003 15:24:52 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.2 +1 -1
xml-fop/src/documentation/content/xdocs/design/alt.design/properties/introduction.xml
Index: introduction.xml
===================================================================
RCS file:
/home/cvs/xml-fop/src/documentation/content/xdocs/design/alt.design/properties/introduction.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- introduction.xml 12 Mar 2003 14:20:15 -0000 1.1
+++ introduction.xml 12 Nov 2003 15:24:53 -0000 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.5 +2 -2 xml-fop/src/documentation/content/xdocs/dev/api-doc.xml
Index: api-doc.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/api-doc.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- api-doc.xml 15 Sep 2003 20:54:03 -0000 1.4
+++ api-doc.xml 12 Nov 2003 15:24:53 -0000 1.5
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Development: API Documentation (javadocs)</title>
1.7 +2 -2 xml-fop/src/documentation/content/xdocs/dev/conventions.xml
Index: conventions.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/conventions.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- conventions.xml 16 Oct 2003 16:50:13 -0000 1.6
+++ conventions.xml 12 Nov 2003 15:24:53 -0000 1.7
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Development: Coding Conventions</title>
1.6 +2 -2 xml-fop/src/documentation/content/xdocs/dev/doc.xml
Index: doc.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/doc.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- doc.xml 15 Sep 2003 20:54:03 -0000 1.5
+++ doc.xml 12 Nov 2003 15:24:53 -0000 1.6
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Development: Managing Documentation</title>
1.12 +2 -2 xml-fop/src/documentation/content/xdocs/dev/extensions.xml
Index: extensions.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/extensions.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- extensions.xml 15 Sep 2003 20:54:03 -0000 1.11
+++ extensions.xml 12 Nov 2003 15:24:53 -0000 1.12
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.12 +1 -1 xml-fop/src/documentation/content/xdocs/dev/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/faq.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- faq.xml 15 Sep 2003 20:54:03 -0000 1.11
+++ faq.xml 12 Nov 2003 15:24:53 -0000 1.12
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/faq-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/faq-v12.dtd">
<faqs title="FOP Development: FAQ">
<part id="part_general">
1.4 +3 -3 xml-fop/src/documentation/content/xdocs/dev/fonts.xml
Index: fonts.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/fonts.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fonts.xml 15 Sep 2003 20:54:03 -0000 1.3
+++ fonts.xml 12 Nov 2003 15:24:53 -0000 1.4
@@ -2,7 +2,7 @@
<!-- $Id$ -->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.6 +2 -2 xml-fop/src/documentation/content/xdocs/dev/implement.xml
Index: implement.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/implement.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- implement.xml 15 Sep 2003 20:54:03 -0000 1.5
+++ implement.xml 12 Nov 2003 15:24:53 -0000 1.6
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Development: Implementation Overview</title>
1.20 +2 -2 xml-fop/src/documentation/content/xdocs/dev/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/index.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- index.xml 15 Sep 2003 20:54:03 -0000 1.19
+++ index.xml 12 Nov 2003 15:24:53 -0000 1.20
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Development: General Information</title>
1.5 +2 -2 xml-fop/src/documentation/content/xdocs/dev/release.xml
Index: release.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/release.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- release.xml 15 Sep 2003 20:54:03 -0000 1.4
+++ release.xml 12 Nov 2003 15:24:53 -0000 1.5
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Development: Release Mechanics</title>
1.7 +2 -2 xml-fop/src/documentation/content/xdocs/dev/rtflib.xml
Index: rtflib.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/rtflib.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rtflib.xml 15 Sep 2003 20:54:03 -0000 1.6
+++ rtflib.xml 12 Nov 2003 15:24:53 -0000 1.7
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Development: RTFLib (jfor)</title>
1.10 +2 -2 xml-fop/src/documentation/content/xdocs/dev/svg.xml
Index: svg.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/svg.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- svg.xml 15 Sep 2003 20:54:03 -0000 1.9
+++ svg.xml 12 Nov 2003 15:24:53 -0000 1.10
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.4 +2 -2 xml-fop/src/documentation/content/xdocs/dev/testing.xml
Index: testing.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/testing.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testing.xml 15 Sep 2003 20:54:03 -0000 1.3
+++ testing.xml 12 Nov 2003 15:24:53 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
1.7 +2 -2 xml-fop/src/documentation/content/xdocs/dev/tools.xml
Index: tools.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/tools.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tools.xml 15 Sep 2003 20:54:03 -0000 1.6
+++ tools.xml 12 Nov 2003 15:24:53 -0000 1.7
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
-
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
+
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/core/context/resources/schema/dtd/document-v12.dtd">
<document>
<header>
<title>FOP Development: Developer Tools</title>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]