diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-05-28 07:42:42 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-05-28 07:42:42 +0000 |
commit | ddc4ee97e4e1252c6fad26d2ed9cb8d389bee0ad (patch) | |
tree | fee26fe4ef309fb3cbb431bf26ba1ee7f4e61e84 /src/documentation/content/xdocs/dev | |
parent | 54dfe35e84a29033dd362b07997d66954a59e7cd (diff) | |
download | xmlgraphics-fop-ddc4ee97e4e1252c6fad26d2ed9cb8d389bee0ad.tar.gz xmlgraphics-fop-ddc4ee97e4e1252c6fad26d2ed9cb8d389bee0ad.zip |
examples.xml consolidation
Submitted by: Glen Mazza <glenmazza@yahoo.com>
I had to adjust the sitemap to avoid an error message in the browser when showing fo/embed.fo.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/dev')
-rw-r--r-- | src/documentation/content/xdocs/dev/examples.xml | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/src/documentation/content/xdocs/dev/examples.xml b/src/documentation/content/xdocs/dev/examples.xml deleted file mode 100644 index 2542dba56..000000000 --- a/src/documentation/content/xdocs/dev/examples.xml +++ /dev/null @@ -1,67 +0,0 @@ -<?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"> - -<document> - <header> - <title>FO Examples</title> - </header> - <body> - <section> - <title>Example Documents Using FOP</title> - <p> - These examples have been rendered using FOP. - </p> - </section> - <section> - <title>Images Examples</title> - <p> -Embedding images in FO: - </p> - <table> - <caption>Images in FO</caption> - <tr> - <th>description</th> - <th>fo file</th> - <th>pdf result</th> - </tr> - <tr> - <td>align in larger viewport</td> - <td><link href="../fo/align.fo">align.fo</link></td> - <td><link href="../fo/align.fo.pdf">align.fo.pdf</link></td> - </tr> - <tr> - <td>align in smaller viewport</td> - <td><link href="../fo/align2.fo">align2.fo</link></td> - <td><link href="../fo/align2.fo.pdf">align2.fo.pdf</link></td> - </tr> - <tr> - <td>scaling image</td> - <td><link href="../fo/size.fo">size.fo</link></td> - <td><link href="../fo/size.fo.pdf">size.fo.pdf</link></td> - </tr> - </table> - </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>Embedding instream-foreign-object</caption> - <tr> - <th>description</th> - <th>fo file</th> - <th>pdf result</th> - </tr> - <tr> - <td>embedding svg in viewport</td> - <td><link href="../fo/embed.fo">embed.fo</link></td> - <td><link href="../fo/embed.fo.pdf">embed.fo.pdf</link></td> - </tr> - </table> - </section> - </body> -</document> - |