aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/fo.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-10-25 19:49:46 +0000
committerJeremias Maerki <jeremias@apache.org>2005-10-25 19:49:46 +0000
commited18821511f2a5be10434072250e69dcf7fde171 (patch)
tree109382779b36c9aee159523786132ad9293c7992 /src/documentation/content/xdocs/fo.xml
parent80d945088399b17f440ef7432353dc799f76d2ec (diff)
downloadxmlgraphics-fop-ed18821511f2a5be10434072250e69dcf7fde171.tar.gz
xmlgraphics-fop-ed18821511f2a5be10434072250e69dcf7fde171.zip
Removed 0.90 again and created a "trunk" instead. When a release is done, trunk can be copied to the version number.
FOP Trunk documentation added. Fixed all broken internal links. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@328462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/fo.xml')
-rw-r--r--src/documentation/content/xdocs/fo.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/fo.xml b/src/documentation/content/xdocs/fo.xml
index 4601988d3..f5ca9629b 100644
--- a/src/documentation/content/xdocs/fo.xml
+++ b/src/documentation/content/xdocs/fo.xml
@@ -484,7 +484,7 @@ See the notes near the beginning of the document for instructions on how to use
<section id="external-resources">
<title>External Resources</title>
<p>Resources needed by an XSL-FO file that are external to it (graphics, for example), are defined in the XSL-FO standard as being of type "uri-specification". This is defined in the standard at <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8794-Property-Datatypes">Section 5.11 Property Datatypes</jump>, which includes a link to the URI standard itself. Refer to the XSL-FO and URI standards themselves for more detailed instructions.</p>
- <p>URIs may be either absolute or relative to a base URI. (See <link href="configuration.html">FOP: Configuration</link> for information on setting the base URI for a FOP session). Here is an example referencing an external-graphic that is relative to the base URI:</p>
+ <p>URIs may be either absolute or relative to a base URI. (See <link href="0.20.5/configuration.html">FOP: Configuration</link> for information on setting the base URI for a FOP session). Here is an example referencing an external-graphic that is relative to the base URI:</p>
<source><![CDATA[<fo:external-graphic src="url('images/logo.jpg')"/>]]></source>
<p>Here is an example referencing an external-graphic that is an absolute URI on a local filesystem:</p>
<source><![CDATA[fo:external-graphic src="url('file:d:///images/logo.jpg')"/>]]></source>