Browse Source

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
pull/30/head
Glen Mazza 21 years ago
parent
commit
0cbbd7c084
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/documentation/content/xdocs/embedding.xml

+ 2
- 1
src/documentation/content/xdocs/embedding.xml View 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>

Loading…
Cancel
Save