From ec15a82255f37d38e82148a8dfdf1ea192d9dd35 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 18 Apr 2004 19:46:16 +0000 Subject: [PATCH] Support for special index of terms with matching role attribute. --- xsl/params/index.on.role.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 xsl/params/index.on.role.xml diff --git a/xsl/params/index.on.role.xml b/xsl/params/index.on.role.xml new file mode 100644 index 000000000..68f6fd746 --- /dev/null +++ b/xsl/params/index.on.role.xml @@ -0,0 +1,36 @@ + + +index.on.role +boolean + + +index.on.role +Select indexterms based on role value + + + + + + + + +Description + + +If non-zero, +then an index element that has a +role attribute +value will contain only those indexterm +elements with a matching role value. +If an index has no role +attribute or it is blank, then the index will contain +all indexterms in the current scope. + + +If index.on.role is zero, then the +role attribute has no effect +on selecting indexterms for an index. + + + + -- 2.40.0