diff options
author | Glen Mazza <gmazza@apache.org> | 2003-09-16 21:17:38 +0000 |
---|---|---|
committer | Glen Mazza <gmazza@apache.org> | 2003-09-16 21:17:38 +0000 |
commit | 5726147def9b0fdd69b2908170503ce0a12012b1 (patch) | |
tree | 362723886c30ae0c3ed9ebcc105743357e42140b /src/documentation/content/xdocs/embedding.xml | |
parent | f5356cde3e9027e32a7b3ca42945152da6f2d2b8 (diff) | |
download | xmlgraphics-fop-5726147def9b0fdd69b2908170503ce0a12012b1.tar.gz xmlgraphics-fop-5726147def9b0fdd69b2908170503ce0a12012b1.zip |
Added a link on XSLT stylesheet caching (from a recent email) to the embedding page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/embedding.xml')
-rw-r--r-- | src/documentation/content/xdocs/embedding.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/embedding.xml b/src/documentation/content/xdocs/embedding.xml index 9c1ad63a4..104df2ba7 100644 --- a/src/documentation/content/xdocs/embedding.xml +++ b/src/documentation/content/xdocs/embedding.xml @@ -317,7 +317,8 @@ pages of each document. <li> Cache the stylesheet. If you use the same stylesheet multiple times you can setup a JAXP <code>Templates</code> object and reuse it each time you do - the XSL transformation. + the XSL transformation. (More information can be found + <fork href="http://www.javaworld.com/javaworld/jw-05-2003/jw-0502-xsl.html">here</fork>.) </li> <li> Use an XSLT compiler like <fork href="http://xml.apache.org/xalan-j/xsltc_usage.html">XSLTC</fork> |