From 5726147def9b0fdd69b2908170503ce0a12012b1 Mon Sep 17 00:00:00 2001 From: Glen Mazza Date: Tue, 16 Sep 2003 21:17:38 +0000 Subject: [PATCH] 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 --- src/documentation/content/xdocs/embedding.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.
  • Cache the stylesheet. If you use the same stylesheet multiple times you can setup a JAXP Templates object and reuse it each time you do - the XSL transformation. + the XSL transformation. (More information can be found + here.)
  • Use an XSLT compiler like XSLTC -- 2.39.5