diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-09-19 15:57:54 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-09-19 15:57:54 +0000 |
commit | 523fc9227c3484ba2541f812fa6875da18ca4bcf (patch) | |
tree | 1e8fef605ed72c1cb38016cf75273d8fe779572b | |
parent | 97771c4e93dc1032bc7e793a0aa18f5137f2f2b4 (diff) | |
download | xmlgraphics-fop-523fc9227c3484ba2541f812fa6875da18ca4bcf.tar.gz xmlgraphics-fop-523fc9227c3484ba2541f812fa6875da18ca4bcf.zip |
Fixed stray "xml.apache.org".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@697140 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/0.94/extensions.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/0.95/extensions.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/trunk/extensions.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/0.94/extensions.xml b/src/documentation/content/xdocs/0.94/extensions.xml index dd4a79535..04d44ef6f 100644 --- a/src/documentation/content/xdocs/0.94/extensions.xml +++ b/src/documentation/content/xdocs/0.94/extensions.xml @@ -48,7 +48,7 @@ <p> By convention, FO extensions in FOP use the "fox" namespace prefix. To use any of the FO extensions, add a namespace entry for - <code>http://xml.apache.org/fop/extensions</code> to the root element: + <code>http://xmlgraphics.apache.org/fop/extensions</code> to the root element: </p> <source><![CDATA[<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">]]></source> diff --git a/src/documentation/content/xdocs/0.95/extensions.xml b/src/documentation/content/xdocs/0.95/extensions.xml index 483866e61..878494ecb 100644 --- a/src/documentation/content/xdocs/0.95/extensions.xml +++ b/src/documentation/content/xdocs/0.95/extensions.xml @@ -48,7 +48,7 @@ <p> By convention, FO extensions in FOP use the "fox" namespace prefix. To use any of the FO extensions, add a namespace entry for - <code>http://xml.apache.org/fop/extensions</code> to the root element: + <code>http://xmlgraphics.apache.org/fop/extensions</code> to the root element: </p> <source><![CDATA[<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">]]></source> diff --git a/src/documentation/content/xdocs/trunk/extensions.xml b/src/documentation/content/xdocs/trunk/extensions.xml index 483866e61..878494ecb 100644 --- a/src/documentation/content/xdocs/trunk/extensions.xml +++ b/src/documentation/content/xdocs/trunk/extensions.xml @@ -48,7 +48,7 @@ <p> By convention, FO extensions in FOP use the "fox" namespace prefix. To use any of the FO extensions, add a namespace entry for - <code>http://xml.apache.org/fop/extensions</code> to the root element: + <code>http://xmlgraphics.apache.org/fop/extensions</code> to the root element: </p> <source><![CDATA[<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fox="http://xmlgraphics.apache.org/fop/extensions">]]></source> |