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/examples.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/examples.xml')
-rw-r--r-- | src/documentation/content/xdocs/dev/examples.xml | 11 |
1 files changed, 7 insertions, 4 deletions
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> + |