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/dev/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/dev/index.xml')
-rw-r--r-- | src/documentation/content/xdocs/dev/index.xml | 8 |
1 files changed, 3 insertions, 5 deletions
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. |