From 1590b44139d5b54aa45b83ff072d60cd9529ccc9 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 7 Mar 2005 22:15:03 +0000 Subject: [PATCH] Removed the xsl:import from the example since it doesn't work that way. --- xsl/docsrc/templates.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xsl/docsrc/templates.xml b/xsl/docsrc/templates.xml index 2e936370a..4864ff470 100644 --- a/xsl/docsrc/templates.xml +++ b/xsl/docsrc/templates.xml @@ -76,8 +76,6 @@ produce the following somewhat cryptic stylesheet: - - @@ -95,6 +93,12 @@ produce the following somewhat cryptic stylesheet: ]]> Despite its cryptic appearance, it has the desired result. +When you use xsl:include to include these +generated templates into the main stylesheet, then they are +used to format the title page elements. +The elements are selected and processed in the order you specified. + + If you want to change how the titlepage elements are formatted (as opposed to which ones are formatted), you have to write your own customization layer that overrides the template for -- 2.40.0