From: William Victor Mote Date: Wed, 12 Nov 2003 17:41:06 +0000 (+0000) Subject: make external site a jump instead of link X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1007 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=783748dfa0a403689ac6178b3a0de2506b090a48;p=xmlgraphics-fop.git 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 --- 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 Current Date and Time

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.

-

One possibility is to use the exslt date and time extension.

+

One possibility is to use the exslt date and time extension.

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: