From be3e7e1ae4a186429ec57038115e8af4c98a2519 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Sat, 22 Jan 2005 06:00:55 +0000 Subject: [PATCH] Added information about the term-width processing instruction. --- xsl/params/variablelist.as.blocks.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/xsl/params/variablelist.as.blocks.xml b/xsl/params/variablelist.as.blocks.xml index 017e16651..7d9ba46af 100644 --- a/xsl/params/variablelist.as.blocks.xml +++ b/xsl/params/variablelist.as.blocks.xml @@ -26,10 +26,21 @@ to produce block markup instead of proper lists. You can override this setting with a processing instruction as the child of variablelist: dbfo list-presentation="blocks" or dbfo -list-presentation="list" +list-presentation="list". + +When using list-presentation="list", +you can also control the amount of space used for the terms with +the dbfo term-width=".25in" processing instruction, +the termlength attribute on variablelist, +or allow the stylesheets to attempt to calculate the amount of space to leave based on the +number of letters in the longest term. + + + + list @@ -39,6 +50,8 @@ list-presentation="list" ]]> + + -- 2.40.0