diff options
author | Keiron Liddle <keiron@apache.org> | 2002-11-19 07:57:29 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-11-19 07:57:29 +0000 |
commit | c525b8cd71144ff2c6dfec6b302ac13abafaecf1 (patch) | |
tree | 9219a3b9bef98a68ef28ad58c9a3393bd62d09fc /src/documentation/content/xdocs/index.xml | |
parent | 3219a1cc5846ffe22cad42685beac7644181c606 (diff) | |
download | xmlgraphics-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/xdocs/index.xml')
-rw-r--r-- | src/documentation/content/xdocs/index.xml | 25 |
1 files changed, 14 insertions, 11 deletions
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> + |