]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added a link on XSLT stylesheet caching (from a recent email) to the embedding page.
authorGlen Mazza <gmazza@apache.org>
Tue, 16 Sep 2003 21:17:38 +0000 (21:17 +0000)
committerGlen Mazza <gmazza@apache.org>
Tue, 16 Sep 2003 21:17:38 +0000 (21:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196918 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/embedding.xml

index 9c1ad63a4d21d03ec3d0e1652251797d1a631655..104df2ba7e3331c70c42399e7e0a5930e6cabd84 100644 (file)
@@ -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>