aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-11-12 17:41:06 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-11-12 17:41:06 +0000
commit783748dfa0a403689ac6178b3a0de2506b090a48 (patch)
tree7395686caa728bd7edd73e8d92e34924e2cb1026 /src/documentation
parentd1b8a80f3b8d573c78565b28dafd3c5667d51921 (diff)
downloadxmlgraphics-fop-783748dfa0a403689ac6178b3a0de2506b090a48.tar.gz
xmlgraphics-fop-783748dfa0a403689ac6178b3a0de2506b090a48.zip
make external site a jump instead of link
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197009 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-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 583228293..17bdc9282 100644
--- a/src/documentation/content/xdocs/fo.xml
+++ b/src/documentation/content/xdocs/fo.xml
@@ -88,7 +88,7 @@ If you view their output with something not aware of the encoding, like Notepad
<title>Current Date and Time</title>
<p>XSL-FO does not currently have a function for retrieving the current date and time.
However, in some cases, XSLT can be used to place the current date and time into the XSL-FO document as it is generated.</p>
- <p>One possibility is to use the <link href="http://exslt.org/date/index.html">exslt date and time extension</link>.</p>
+ <p>One possibility is to use the <jump href="http://exslt.org/date/index.html">exslt date and time extension</jump>.</p>
<p>Another possibility is to use java or javascript (or perhaps some other language).
Here is an example, using java, that works with Xalan. First, create the appropriate namespace:</p>
<source><![CDATA[<xsl:stylesheet version="1.0"