summaryrefslogtreecommitdiffstats
path: root/src/documentation/content
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-11-19 07:57:29 +0000
committerKeiron Liddle <keiron@apache.org>2002-11-19 07:57:29 +0000
commitc525b8cd71144ff2c6dfec6b302ac13abafaecf1 (patch)
tree9219a3b9bef98a68ef28ad58c9a3393bd62d09fc /src/documentation/content
parent3219a1cc5846ffe22cad42685beac7644181c606 (diff)
downloadxmlgraphics-fop-c525b8cd71144ff2c6dfec6b302ac13abafaecf1.tar.gz
xmlgraphics-fop-c525b8cd71144ff2c6dfec6b302ac13abafaecf1.zip
The attached patch file contains:
1. Valid URIs for all xdoc DTD declarations. 2. Some minor changes for xdoc documents that were discovered to be invalid after the DTD declarations were fixed. 3. Changed tabs.xml so that the 2nd tab on our site will now read "Redesign" instead of "dev" (this was discussed in a recent thread). Submitted By: vic@outfitr.com (Victor Mote) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r--src/documentation/content/xdocs/book.xml4
-rw-r--r--src/documentation/content/xdocs/bugs.xml3
-rw-r--r--src/documentation/content/xdocs/compiling.xml3
-rw-r--r--src/documentation/content/xdocs/compliance.xml3
-rw-r--r--src/documentation/content/xdocs/configuration.xml3
-rw-r--r--src/documentation/content/xdocs/design/architecture.xml3
-rw-r--r--src/documentation/content/xdocs/design/areas.xml39
-rw-r--r--src/documentation/content/xdocs/design/book.xml3
-rw-r--r--src/documentation/content/xdocs/design/breakpos.xml3
-rw-r--r--src/documentation/content/xdocs/design/embedding.xml13
-rw-r--r--src/documentation/content/xdocs/design/extending.xml9
-rw-r--r--src/documentation/content/xdocs/design/fotree.xml5
-rw-r--r--src/documentation/content/xdocs/design/index.xml5
-rw-r--r--src/documentation/content/xdocs/design/layout.xml33
-rw-r--r--src/documentation/content/xdocs/design/optimise.xml3
-rw-r--r--src/documentation/content/xdocs/design/properties.xml3
-rw-r--r--src/documentation/content/xdocs/design/renderers.xml3
-rw-r--r--src/documentation/content/xdocs/design/status.xml7
-rw-r--r--src/documentation/content/xdocs/design/useragent.xml171
-rw-r--r--src/documentation/content/xdocs/dev/book.xml3
-rw-r--r--src/documentation/content/xdocs/dev/configuration.xml27
-rw-r--r--src/documentation/content/xdocs/dev/examples.xml11
-rw-r--r--src/documentation/content/xdocs/dev/extensions.xml28
-rw-r--r--src/documentation/content/xdocs/dev/faq.xml4
-rw-r--r--src/documentation/content/xdocs/dev/index.xml8
-rw-r--r--src/documentation/content/xdocs/dev/svg.xml39
-rw-r--r--src/documentation/content/xdocs/download.xml3
-rw-r--r--src/documentation/content/xdocs/embedding.xml3
-rw-r--r--src/documentation/content/xdocs/examples.xml3
-rw-r--r--src/documentation/content/xdocs/extensions.xml3
-rw-r--r--src/documentation/content/xdocs/faq.xml4
-rw-r--r--src/documentation/content/xdocs/fonts.xml3
-rw-r--r--src/documentation/content/xdocs/gethelp.xml3
-rw-r--r--src/documentation/content/xdocs/implemented.xml3
-rw-r--r--src/documentation/content/xdocs/index.xml25
-rw-r--r--src/documentation/content/xdocs/involved.xml3
-rw-r--r--src/documentation/content/xdocs/license.xml3
-rw-r--r--src/documentation/content/xdocs/limitations.xml3
-rw-r--r--src/documentation/content/xdocs/news.xml3
-rw-r--r--src/documentation/content/xdocs/output.xml3
-rw-r--r--src/documentation/content/xdocs/relnotes.xml3
-rw-r--r--src/documentation/content/xdocs/resources.xml15
-rw-r--r--src/documentation/content/xdocs/running.xml3
-rw-r--r--src/documentation/content/xdocs/status.xml3
-rw-r--r--src/documentation/content/xdocs/svg.xml3
-rw-r--r--src/documentation/content/xdocs/tabs.xml5
-rw-r--r--src/documentation/content/xdocs/testing.xml3
47 files changed, 237 insertions, 299 deletions
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml
index c1a85cc9d..fb9334be6 100644
--- a/src/documentation/content/xdocs/book.xml
+++ b/src/documentation/content/xdocs/book.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
+ <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
+ "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
+
<book software="FOP"
title="FOP"
diff --git a/src/documentation/content/xdocs/bugs.xml b/src/documentation/content/xdocs/bugs.xml
index 61bcf6fad..c127b0048 100644
--- a/src/documentation/content/xdocs/bugs.xml
+++ b/src/documentation/content/xdocs/bugs.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/compiling.xml b/src/documentation/content/xdocs/compiling.xml
index 61baf4c12..9026af99e 100644
--- a/src/documentation/content/xdocs/compiling.xml
+++ b/src/documentation/content/xdocs/compiling.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/compliance.xml b/src/documentation/content/xdocs/compliance.xml
index 0290c7097..26e829118 100644
--- a/src/documentation/content/xdocs/compliance.xml
+++ b/src/documentation/content/xdocs/compliance.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--DOCTYPE compliance PUBLIC "-//APACHE//DTD Compliance V1.0//EN" "compliance-v10.dtd"-->
+<!DOCTYPE compliance PUBLIC "-//APACHE//DTD Compliance V1.0//EN"
+ "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-fop/src/documentation/resources/schema/dtd/compliance-v10.dtd?rev=1.1">
<compliance>
<head>
diff --git a/src/documentation/content/xdocs/configuration.xml b/src/documentation/content/xdocs/configuration.xml
index eddf1ea18..d5924cd25 100644
--- a/src/documentation/content/xdocs/configuration.xml
+++ b/src/documentation/content/xdocs/configuration.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/design/architecture.xml b/src/documentation/content/xdocs/design/architecture.xml
index 2adab8f1b..f76fc9273 100644
--- a/src/documentation/content/xdocs/design/architecture.xml
+++ b/src/documentation/content/xdocs/design/architecture.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/design/areas.xml b/src/documentation/content/xdocs/design/areas.xml
index 38e3e7c2e..9d30e0dc1 100644
--- a/src/documentation/content/xdocs/design/areas.xml
+++ b/src/documentation/content/xdocs/design/areas.xml
@@ -1,16 +1,17 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
- <header>
- <title>Area Tree</title>
- <subtitle>Area Tree Design for FOP</subtitle>
- <authors>
- <person name="Keiron Liddle" email="keiron@aftexsw.com"/>
- </authors>
- </header>
+ <header>
+ <title>Area Tree</title>
+ <subtitle>Area Tree Design for FOP</subtitle>
+ <authors>
+ <person name="Keiron Liddle" email="keiron@aftexsw.com"/>
+ </authors>
+ </header>
- <body>
+ <body>
<section>
<title>Area Tree</title>
<p>
@@ -169,21 +170,13 @@ Inline
</p>
<p>
The renderer will need to be able to:
+ </p>
<ul>
- <li><p>
-render each individual page
- </p></li>
- <li><p>
-clip and align child areas to a viewport
- </p></li>
- <li><p>
-handle all types of inline area, text, image etc.
- </p></li>
- <li><p>
-draw various lines and rectangles
- </p></li>
+ <li>render each individual page</li>
+ <li>clip and align child areas to a viewport</li>
+ <li>handle all types of inline area, text, image etc.</li>
+ <li>draw various lines and rectangles</li>
</ul>
- </p>
<p>
An abstract renderer will be able to handle the generic positioning
of child areas, iterating through areas that have child areas.
@@ -191,6 +184,6 @@ of child areas, iterating through areas that have child areas.
</section>
</section>
- </body>
+ </body>
</document>
diff --git a/src/documentation/content/xdocs/design/book.xml b/src/documentation/content/xdocs/design/book.xml
index 6f8fa0d98..43e5e4834 100644
--- a/src/documentation/content/xdocs/design/book.xml
+++ b/src/documentation/content/xdocs/design/book.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
+<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
+ "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
<book software="FOP"
title="FOP Design"
diff --git a/src/documentation/content/xdocs/design/breakpos.xml b/src/documentation/content/xdocs/design/breakpos.xml
index c40b1a1ff..c2eaa1aed 100644
--- a/src/documentation/content/xdocs/design/breakpos.xml
+++ b/src/documentation/content/xdocs/design/breakpos.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/design/embedding.xml b/src/documentation/content/xdocs/design/embedding.xml
index 2572c74af..42812b063 100644
--- a/src/documentation/content/xdocs/design/embedding.xml
+++ b/src/documentation/content/xdocs/design/embedding.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
@@ -34,52 +35,44 @@ specific information. The list of user agent values can be found on the
</section>
<section>
<title>Logging</title>
-<p>
<ul>
<li>logging level</li>
<li>logging messages of various levels</li>
<li>error handling</li>
<li>Logging setup (LogKit, Log4J, JDK14Logging)</li>
</ul>
- </p>
</section>
<section>
<title>XML input</title>
-<p>
<ul>
<li>various ways to supply FOP with the xsl:fo file, fo, xml+xsl</li>
<li>sax handler</li>
</ul>
- </p>
</section>
<section>
<title>general options</title>
-<p>
<ul>
<li>base directory</li>
<li>uri resolvers</li>
<li>which implementation of a particular</li>
<li>LayoutManager to use</li>
</ul>
- </p>
</section>
<section>
<title>Rendering Options</title>
-<p>
<ul>
<li>embedding fonts</li>
<li>compression in pdf</li>
<li>image embedding</li>
</ul>
-</p>
<p>
for the PS renderer (eventually):
+</p>
<ul>
<li>PostScript Level</li>
<li>PPD to use</li>
<li>binary/ascii switch</li>
</ul>
- </p>
</section>
<section>
<title>User Agent</title>
diff --git a/src/documentation/content/xdocs/design/extending.xml b/src/documentation/content/xdocs/design/extending.xml
index d0a954586..35d468422 100644
--- a/src/documentation/content/xdocs/design/extending.xml
+++ b/src/documentation/content/xdocs/design/extending.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
@@ -85,12 +86,12 @@ document into PDF markup.
</p>
<p>
eg.
-<source><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
+<code><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
Search
-</my:script-link>]]></source>
+</my:script-link>]]></code>
to result in a text box referencing the following PDF action:
-<source><![CDATA[<< /S /JavaScript /JS (app.execMenuItem("AcroSrch:Query");) >>]]></source>
+<code><![CDATA[<< /S /JavaScript /JS (app.execMenuItem("AcroSrch:Query");) >>]]></code>
</p>
diff --git a/src/documentation/content/xdocs/design/fotree.xml b/src/documentation/content/xdocs/design/fotree.xml
index e2d7c15f6..a4c5c0c1d 100644
--- a/src/documentation/content/xdocs/design/fotree.xml
+++ b/src/documentation/content/xdocs/design/fotree.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
@@ -57,7 +58,7 @@ nodes have attributes) are also a concern of <em>FOTreeBuilder</em>. It
accomplishes this by using a <em>PropertyListBuilder</em>. There is a
separate <em>PropertyListBuilder</em> for each namespace encountered
while building the FO tree. Each Builder object contains a hash of
-property names and <ref>their</ref> respective makers. It may also
+property names and <em>their</em> respective makers. It may also
contain element-specific property maker hashes; these are based on the
<em>local name</em> of the flow object, ie. <em>table-row</em>, not
<em>fo:table-row</em>. If an element-specific property mapping exists,
diff --git a/src/documentation/content/xdocs/design/index.xml b/src/documentation/content/xdocs/design/index.xml
index d17304e34..039d35d6d 100644
--- a/src/documentation/content/xdocs/design/index.xml
+++ b/src/documentation/content/xdocs/design/index.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
@@ -32,7 +33,6 @@ process files of any size.
In achieving this aim we need to understand the problem and break it
into small problems that can be solved.
</p>
- <p>
<ul>
<li>use SAX as input</li>
<li>process FO elements ASAP</li>
@@ -43,7 +43,6 @@ into small problems that can be solved.
<li>renderers are totally responsible for their output format</li>
<li>output is sent to a stream</li>
</ul>
- </p>
</section>
</section>
diff --git a/src/documentation/content/xdocs/design/layout.xml b/src/documentation/content/xdocs/design/layout.xml
index 0f08bcb66..1d99728f3 100644
--- a/src/documentation/content/xdocs/design/layout.xml
+++ b/src/documentation/content/xdocs/design/layout.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
@@ -119,7 +120,7 @@ n(orphans) + n(widows) in total. This will only be relevant for areas at
the start or end of a particular reference area.
</p>
<p>
- <image src="page.svg"/>
+ <img src="page.svg" alt="Diagram of Page Layout"/>
</p>
<p>
The spacing between the areas (including spacing in block areas inside
@@ -267,7 +268,7 @@ also effected as there must be enough space on the page to fit the
side float.
</p>
<p>
-<image src="float.svg"/>
+<img src="float.svg" alt="Diagram of Float"/>
</p>
</section>
<section>
@@ -369,27 +370,15 @@ when the value is resolved.
<title>Block Areas</title>
<p>
The block area has info about the following:
+ </p>
<ul>
- <li><p>
-all anchors including which lines they are on
- </p></li>
- <li><p>
-unresolved page references with line info
- </p></li>
- <li><p>
-id and link areas
- </p></li>
- <li><p>
-height (min/max/optimum) or area including floats
- </p></li>
- <li><p>
-holds space before/after and keep information
- </p></li>
- <li><p>
-widows and orphans
- </p></li>
+ <li>all anchors including which lines they are on</li>
+ <li>unresolved page references with line info</li>
+ <li>id and link areas</li>
+ <li>height (min/max/optimum) or area including floats</li>
+ <li>holds space before/after and keep information</li>
+ <li>widows and orphans</li>
</ul>
- </p>
<p>
Once the layout has been finalised then this information can be
discarded.
diff --git a/src/documentation/content/xdocs/design/optimise.xml b/src/documentation/content/xdocs/design/optimise.xml
index b65f35dcb..0bb51ea90 100644
--- a/src/documentation/content/xdocs/design/optimise.xml
+++ b/src/documentation/content/xdocs/design/optimise.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/design/properties.xml b/src/documentation/content/xdocs/design/properties.xml
index f905f9fa9..bcc4983ce 100644
--- a/src/documentation/content/xdocs/design/properties.xml
+++ b/src/documentation/content/xdocs/design/properties.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/design/renderers.xml b/src/documentation/content/xdocs/design/renderers.xml
index be491f420..01b9e53cc 100644
--- a/src/documentation/content/xdocs/design/renderers.xml
+++ b/src/documentation/content/xdocs/design/renderers.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/design/status.xml b/src/documentation/content/xdocs/design/status.xml
index 2d9857e8a..fcc24db07 100644
--- a/src/documentation/content/xdocs/design/status.xml
+++ b/src/documentation/content/xdocs/design/status.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<!-- Status of Design/Rewrite -->
@@ -26,7 +27,6 @@ A number of issues have been dealt with in the redesigned code.
</section>
<section>
<title>Features TODO</title>
-<p>
<ul>
<li>avalon integration - logging, configuration, component management, caching, uri resolver</li>
<li>improved interfaces
@@ -37,7 +37,6 @@ A number of issues have been dealt with in the redesigned code.
</li>
<li>better commandline handling</li>
</ul>
- </p>
</section>
<section>
<title>Done/Started Features</title>
@@ -45,6 +44,7 @@ A number of issues have been dealt with in the redesigned code.
Many of these changes will make FOP much better to use and develop.
So if you help out with the development you can get to use these
things sooner.
+</p>
<ul>
<li><strong>better layout design</strong> - that can handle keeps and
spacing better</li>
@@ -69,7 +69,6 @@ this is done automatically</li>
<li>changed area tree xml format to match the area tree hierarchy</li>
</ul>
- </p>
</section>
</body>
diff --git a/src/documentation/content/xdocs/design/useragent.xml b/src/documentation/content/xdocs/design/useragent.xml
index e6dffe3d9..3a64366c7 100644
--- a/src/documentation/content/xdocs/design/useragent.xml
+++ b/src/documentation/content/xdocs/design/useragent.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
@@ -39,137 +40,57 @@ resolution layout process and the renderer.
<p>
Standard Features:
+ </p>
<ul>
- <li><p>
-error handling, what to do if fo markup is invalid
- </p></li>
- <li><p>
-auto overflow value and handling error-if-overflow
- </p></li>
- <li><p>
-adjusting length values (eg. for borders) to renderable values
- </p></li>
- <li><p>
-available fonts
- </p></li>
- <li><p>
-converting cm/in to pt (dpi)
- </p></li>
- <li><p>
-active state for multi properties
- </p></li>
- <li><p>
-title, used to identify a set of pages (in a page sequence)
- </p></li>
- <li><p>
-the width (in inline-progression-dimension) of a character with
-treat-word-as-space true
- </p></li>
- <li><p>
-maximum space used by conditional areas from region-reference-area
- </p></li>
- <li><p>
-if there should be "hot links" to before floats or footnotes
- </p></li>
- <li><p>
-when to clear side floats if space in inline-progression-dimension
-is not enough
- </p></li>
- <li><p>
-placement of left over footnotes on a page with a region-body
- </p></li>
- <li><p>
-using color property as border colour
- </p></li>
- <li><p>
-interpretting all border styles (except outset) as solid
- </p></li>
- <li><p>
-thin, medium and thick values for border width
- </p></li>
- <li><p>
-initial font-family value
- </p></li>
- <li><p>
-absolute font sizes (eg, xx-small, x-small etc.)
- </p></li>
- <li><p>
-relative font sizes (eg. larger, smaller)
- </p></li>
- <li><p>
-small caps simulation
- </p></li>
- <li><p>
-font weight mapping
- </p></li>
- <li><p>
-baseline info for a font if not available
- </p></li>
- <li><p>
-determining sub/superscript when another baseline is dominant
- </p></li>
- <li><p>
-scaling method for external-graphic and instream-foreign-object
- </p></li>
- <li><p>
-the width of a replaced element
- </p></li>
- <li><p>
-"normal" line height value
- </p></li>
- <li><p>
-text alignment (stretching the line with letter and word spacing)
- </p></li>
- <li><p>
-text transform
- </p></li>
- <li><p>
-initial color
- </p></li>
- <li><p>
-rendering intent of auto
- </p></li>
- <li><p>
-dot character for leader
- </p></li>
- <li><p>
-line breaking with leaders, use optimum length when breaking the line
- </p></li>
- <li><p>
-page height/width of auto
- </p></li>
- <li><p>
-left and right caption widths
- </p></li>
- <li><p>
-glyph orientation vertical of auto
- </p></li>
- <li><p>
-rendering processor of content-type (mime type)
- </p></li>
+ <li>error handling, what to do if fo markup is invalid</li>
+ <li>auto overflow value and handling error-if-overflow</li>
+ <li>adjusting length values (eg. for borders) to renderable values</li>
+ <li>available fonts</li>
+ <li>converting cm/in to pt (dpi)</li>
+ <li>active state for multi properties</li>
+ <li>title, used to identify a set of pages (in a page sequence)</li>
+ <li>the width (in inline-progression-dimension) of a character with
+treat-word-as-space true</li>
+ <li>maximum space used by conditional areas from region-reference-area</li>
+ <li>if there should be "hot links" to before floats or footnotes</li>
+ <li>when to clear side floats if space in inline-progression-dimension
+is not enough</li>
+ <li>placement of left over footnotes on a page with a region-body</li>
+ <li>using color property as border colour</li>
+ <li>interpretting all border styles (except outset) as solid</li>
+ <li>thin, medium and thick values for border width</li>
+ <li>initial font-family value</li>
+ <li>absolute font sizes (eg, xx-small, x-small etc.)</li>
+ <li>relative font sizes (eg. larger, smaller)</li>
+ <li>small caps simulation</li>
+ <li>font weight mapping</li>
+ <li>baseline info for a font if not available</li>
+ <li>determining sub/superscript when another baseline is dominant</li>
+ <li>scaling method for external-graphic and instream-foreign-object</li>
+ <li>the width of a replaced element</li>
+ <li>"normal" line height value</li>
+ <li>text alignment (stretching the line with letter and word spacing)</li>
+ <li>text transform</li>
+ <li>initial color</li>
+ <li>rendering intent of auto</li>
+ <li>dot character for leader</li>
+ <li>line breaking with leaders, use optimum length when breaking the line</li>
+ <li>page height/width of auto</li>
+ <li>left and right caption widths</li>
+ <li>glyph orientation vertical of auto</li>
+ <li>rendering processor of content-type (mime type)</li>
</ul>
- </p>
<p>
Interactive Features:
+ </p>
<ul>
- <li><p>
-inline and block scroll amount
- </p></li>
- <li><p>
-dynamic effects, links and property sets
- </p></li>
- <li><p>
-initial "pause-after", "pause-before" and "voice-family" value
- </p></li>
- <li><p>
-treating fixed as scroll on background attachement
- </p></li>
- <li><p>
-media usage of auto
- </p></li>
+ <li>inline and block scroll amount</li>
+ <li>dynamic effects, links and property sets</li>
+ <li>initial "pause-after", "pause-before" and "voice-family" value</li>
+ <li>treating fixed as scroll on background attachement</li>
+ <li>media usage of auto</li>
</ul>
- </p>
</section>
diff --git a/src/documentation/content/xdocs/dev/book.xml b/src/documentation/content/xdocs/dev/book.xml
index 44c8096cc..7d4a73c43 100644
--- a/src/documentation/content/xdocs/dev/book.xml
+++ b/src/documentation/content/xdocs/dev/book.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "book-cocoon-v10.dtd">
+<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
+ "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd">
<book software="FOP"
title="FOP"
diff --git a/src/documentation/content/xdocs/dev/configuration.xml b/src/documentation/content/xdocs/dev/configuration.xml
index 894da78ca..f73a14c5c 100644
--- a/src/documentation/content/xdocs/dev/configuration.xml
+++ b/src/documentation/content/xdocs/dev/configuration.xml
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
- <document>
- <header>
- <title>Configuration</title>
- </header>
- <body>
- <section>
- <title>Configuring FOP</title>
- <p>
+<!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">
+
+<document>
+ <header>
+ <title>Configuration</title>
+ </header>
+ <body>
+ <section>
+ <title>Configuring FOP</title>
+ <p>
In the directory xml-fop/conf you will find an example
configuration file. It contains the default values of various
configurable options available in FOP.
@@ -40,6 +42,7 @@ configurable options available in FOP.
and rebuild Fop. The file will be picked up and added
to the fop.jar.
</p>
- </section>
- </body>
- </document>
+ </section>
+ </body>
+</document>
+
diff --git a/src/documentation/content/xdocs/dev/examples.xml b/src/documentation/content/xdocs/dev/examples.xml
index 008f04537..210f42c5a 100644
--- a/src/documentation/content/xdocs/dev/examples.xml
+++ b/src/documentation/content/xdocs/dev/examples.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
+
<document>
<header>
<title>FO Examples</title>
@@ -15,6 +17,7 @@
<title>Images Examples</title>
<p>
Embedding images in FO:
+ </p>
<table>
<caption>Images in FO</caption>
<tr>
@@ -38,15 +41,15 @@ Embedding images in FO:
<td><link href="../fo/size.fo.pdf">size.fo.pdf</link></td>
</tr>
</table>
- </p>
</section>
<section>
<title>Instream Foreign Object Examples</title>
<p>
Instream Foreign Object images in FO, there are more on the
<link href="svg.html">SVG Page</link>:
+ </p>
<table>
- <caption>Images in FO</caption>
+ <caption>Embedding instream-foreign-object</caption>
<tr>
<th>description</th>
<th>fo file</th>
@@ -58,7 +61,7 @@ Instream Foreign Object images in FO, there are more on the
<td><link href="../fo/embed.fo.pdf">embed.fo.pdf</link></td>
</tr>
</table>
- </p>
</section>
</body>
</document>
+
diff --git a/src/documentation/content/xdocs/dev/extensions.xml b/src/documentation/content/xdocs/dev/extensions.xml
index bc13d0f3f..e49d8161f 100644
--- a/src/documentation/content/xdocs/dev/extensions.xml
+++ b/src/documentation/content/xdocs/dev/extensions.xml
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
- <document>
- <header>
- <title>Extensions to FOP</title>
- </header>
- <body>
- <section>
- <title>Overview</title>
- <p>
+<!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">
+
+<document>
+ <header>
+ <title>Extensions to FOP</title>
+ </header>
+ <body>
+ <section>
+ <title>Overview</title>
+ <p>
If the default funtionality of FOP needs to be extended for
some reason then you can write an extensions.
</p>
@@ -89,8 +91,8 @@ show how this can be done.
</p>
<p>
Put your jar file in the classpath and then run fop over the fo file.
- </p>
- </section>
- </body>
- </document>
+ </p>
+ </section>
+ </body>
+</document>
diff --git a/src/documentation/content/xdocs/dev/faq.xml b/src/documentation/content/xdocs/dev/faq.xml
index 138416210..f85536048 100644
--- a/src/documentation/content/xdocs/dev/faq.xml
+++ b/src/documentation/content/xdocs/dev/faq.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "dtd/faq-v11.dtd">
+<!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">
+
<faqs title="FOP FAQ">
<part>
<title>General questions</title>
diff --git a/src/documentation/content/xdocs/dev/index.xml b/src/documentation/content/xdocs/dev/index.xml
index b9279daa7..d73c1bd85 100644
--- a/src/documentation/content/xdocs/dev/index.xml
+++ b/src/documentation/content/xdocs/dev/index.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
+
<document>
<header>
<title>FOP 1.0 development</title>
@@ -23,9 +25,7 @@ current development of FOP.
FOP - someone who is overly concerned with style, also conveniently
can mean Formatting Object Processor.
</note>
-<p>
<figure width="480" height="260" src="../images/document.jpg" alt="Render Diagram" />
-</p>
<p>The latest version of Fop is 0.20.4 and it supports the
<jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
W3C Recommendation</jump>.
@@ -50,9 +50,7 @@ can mean Formatting Object Processor.
</section>
<section>
<title>Formatting</title>
- <p>
<figure width="480" height="260" src="../images/layout.jpg" alt="Formatting Diagram" />
-</p>
<p>
This image is a demonstration of a two page document. The xml data on the left
is formatted into the two pages on the right. The document contains static areasthat appear on every page, an external graphic in this case an svg document.
diff --git a/src/documentation/content/xdocs/dev/svg.xml b/src/documentation/content/xdocs/dev/svg.xml
index 16a664c01..5ed6ab728 100644
--- a/src/documentation/content/xdocs/dev/svg.xml
+++ b/src/documentation/content/xdocs/dev/svg.xml
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
- <document>
- <header>
- <title>SVG in FOP</title>
- </header>
- <body>
- <section>
- <title>Introduction</title>
- <p>
+<!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">
+
+<document>
+ <header>
+ <title>SVG in FOP</title>
+ </header>
+ <body>
+ <section>
+ <title>Introduction</title>
+ <p>
FOP uses the SVG library from
<link href="http://xml.apache.org/batik/">Batik</link> to handle SVG.
This format can be handled as an <code>fo:instream-foreign-object</code>
@@ -63,6 +65,7 @@ for how transcoders work.
<p>
These examples illustrate a number of issues relating to conversion
to PDF:
+ </p>
<table>
<caption>SVG to PDF examples</caption>
<tr>
@@ -105,11 +108,9 @@ to PDF:
<p>
As can be seen most of the specific issues are handled.
</p>
- <p>
<note>
You will need Acrobat 5.0 to see transparency.
</note>
- </p>
<table>
<caption>XSL:FO to PDF examples</caption>
<tr>
@@ -123,7 +124,6 @@ You will need Acrobat 5.0 to see transparency.
<td><link href="fo/embedding.fo.pdf">embedding.fo.pdf</link></td>
</tr>
</table>
- </p>
</section>
<section>
<title>Important Notes</title>
@@ -160,7 +160,6 @@ for PDF it will use a single character.
</section>
<section>
<title>Known Problems</title>
- <p>
<ul>
<li>
soft mask transparency is combined with white so that it looks better
@@ -190,7 +189,6 @@ Uniform transparency for images and other svg elements that are converted
into a raster graphic are not drawn properly in PDF. The image is opaque.
</li>
</ul>
- </p>
</section>
<section>
<title>Developer Notes</title>
@@ -206,7 +204,6 @@ into PDF markup.
<p>
These are the relevant classes, found in the package org.apache.fop.svg :
</p>
- <p>
<ul>
<li><em>PDFGraphics2D</em>
<br/>
@@ -225,7 +222,6 @@ used by Batik to transcode an svg document into a standalone pdf, via
PDFDocumentGraphics2D.
</li>
</ul>
- </p>
</section>
<section>
<title>Ideas</title>
@@ -233,8 +229,9 @@ PDFDocumentGraphics2D.
Batik can convert ttf to svg font.
This svg font could be converted into a pdf stroked font
(type 3 font).
- </p>
- </section>
- </section>
- </body>
- </document>
+ </p>
+ </section>
+ </section>
+ </body>
+</document>
+
diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml
index 8af11e354..0a158021a 100644
--- a/src/documentation/content/xdocs/download.xml
+++ b/src/documentation/content/xdocs/download.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/embedding.xml b/src/documentation/content/xdocs/embedding.xml
index 47a94129a..bb85d3d36 100644
--- a/src/documentation/content/xdocs/embedding.xml
+++ b/src/documentation/content/xdocs/embedding.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<!-- Embedding FOP -->
diff --git a/src/documentation/content/xdocs/examples.xml b/src/documentation/content/xdocs/examples.xml
index 476c66bf4..d29906585 100644
--- a/src/documentation/content/xdocs/examples.xml
+++ b/src/documentation/content/xdocs/examples.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/extensions.xml b/src/documentation/content/xdocs/extensions.xml
index 1c4a873df..4a8e75c78 100644
--- a/src/documentation/content/xdocs/extensions.xml
+++ b/src/documentation/content/xdocs/extensions.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index 8b45b9cd4..5535db6a4 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "dtd/faq-v11.dtd">
+<!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">
+
<faqs title="FOP FAQ">
<part>
<title>General questions</title>
diff --git a/src/documentation/content/xdocs/fonts.xml b/src/documentation/content/xdocs/fonts.xml
index 91e5d45c7..aa8ccf0fa 100644
--- a/src/documentation/content/xdocs/fonts.xml
+++ b/src/documentation/content/xdocs/fonts.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/gethelp.xml b/src/documentation/content/xdocs/gethelp.xml
index 3634fec51..b7587e61f 100644
--- a/src/documentation/content/xdocs/gethelp.xml
+++ b/src/documentation/content/xdocs/gethelp.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<!-- How to get Help -->
diff --git a/src/documentation/content/xdocs/implemented.xml b/src/documentation/content/xdocs/implemented.xml
index 9262a322b..7f690f6ee 100644
--- a/src/documentation/content/xdocs/implemented.xml
+++ b/src/documentation/content/xdocs/implemented.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index b18609647..3d77556dd 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
- <document>
- <header>
- <title>FOP</title>
- </header>
- <body>
- <section>
- <title>Introduction</title>
+<!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">
+
+<document>
+ <header>
+ <title>FOP</title>
+ </header>
+ <body>
+ <section>
+ <title>Introduction</title>
<p>FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting
objects and the world's first output independent formatter. It is a
Java application that reads a formatting object tree and then
@@ -40,7 +42,7 @@
to <link href="mailto:fop-user-subscribe@xml.apache.org">fop-user-subscribe@xml.apache.org</link>
this is where user specific topics are discussed.
</p>
- </section>
+ </section>
<section>
<title>Formatting</title>
@@ -79,5 +81,6 @@ along with the xml.
better handle the formatting of all different types of formatting objects.
</p>
</section>
- </body>
- </document>
+ </body>
+</document>
+
diff --git a/src/documentation/content/xdocs/involved.xml b/src/documentation/content/xdocs/involved.xml
index 995313877..af3d8fb90 100644
--- a/src/documentation/content/xdocs/involved.xml
+++ b/src/documentation/content/xdocs/involved.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/license.xml b/src/documentation/content/xdocs/license.xml
index a89f295ec..52fb41edc 100644
--- a/src/documentation/content/xdocs/license.xml
+++ b/src/documentation/content/xdocs/license.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/limitations.xml b/src/documentation/content/xdocs/limitations.xml
index c6bf9ee27..4772555d0 100644
--- a/src/documentation/content/xdocs/limitations.xml
+++ b/src/documentation/content/xdocs/limitations.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml
index dcaf72893..9a45b8c14 100644
--- a/src/documentation/content/xdocs/news.xml
+++ b/src/documentation/content/xdocs/news.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/output.xml b/src/documentation/content/xdocs/output.xml
index 6383dac07..528c01605 100644
--- a/src/documentation/content/xdocs/output.xml
+++ b/src/documentation/content/xdocs/output.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<!-- Output Formats: Renderers -->
<document>
diff --git a/src/documentation/content/xdocs/relnotes.xml b/src/documentation/content/xdocs/relnotes.xml
index 2022de1e3..3f38ac19b 100644
--- a/src/documentation/content/xdocs/relnotes.xml
+++ b/src/documentation/content/xdocs/relnotes.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/resources.xml b/src/documentation/content/xdocs/resources.xml
index 64e98f065..1fdc4126e 100644
--- a/src/documentation/content/xdocs/resources.xml
+++ b/src/documentation/content/xdocs/resources.xml
@@ -1,14 +1,15 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<!-- FOP Relevant Specifications and links -->
<document>
- <header>
- <title>Resources</title>
- <subtitle>Resources useful for developing and using FOP</subtitle>
- </header>
+ <header>
+ <title>Resources</title>
+ <subtitle>Resources useful for developing and using FOP</subtitle>
+ </header>
- <body>
+ <body>
<section>
<title>FOP Relevant Specifications and Links</title>
@@ -91,6 +92,6 @@ post processing of the generated PDF files: <link href="http://www.lowagie.com/i
</ul>
</section>
</section>
- </body>
+ </body>
</document>
diff --git a/src/documentation/content/xdocs/running.xml b/src/documentation/content/xdocs/running.xml
index 9539db620..f9e03a2c6 100644
--- a/src/documentation/content/xdocs/running.xml
+++ b/src/documentation/content/xdocs/running.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index e7311064c..21598288f 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<!-- Status -->
diff --git a/src/documentation/content/xdocs/svg.xml b/src/documentation/content/xdocs/svg.xml
index 94580a310..346e297b4 100644
--- a/src/documentation/content/xdocs/svg.xml
+++ b/src/documentation/content/xdocs/svg.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<!-- SVG in FOP -->
diff --git a/src/documentation/content/xdocs/tabs.xml b/src/documentation/content/xdocs/tabs.xml
index c431ae015..65ea245a0 100644
--- a/src/documentation/content/xdocs/tabs.xml
+++ b/src/documentation/content/xdocs/tabs.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd">
+ <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
+ "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/tab-cocoon-v10.dtd">
<tabs software="MyProj"
title="MyProj"
@@ -7,6 +8,6 @@
xmlns:xlink="http://www.w3.org/1999/xlink">
<tab label="Home" dir=""/>
- <tab label="dev" dir="dev/"/>
+ <tab label="Redesign" dir="dev/"/>
</tabs>
diff --git a/src/documentation/content/xdocs/testing.xml b/src/documentation/content/xdocs/testing.xml
index c43f9e7f2..219953d5a 100644
--- a/src/documentation/content/xdocs/testing.xml
+++ b/src/documentation/content/xdocs/testing.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" standalone="no"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
+<!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">
<document>
<header>