From 917e68ea9e4ca561f14b8cd89f211b4e89e0142f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 5 Jul 2005 00:54:57 +0000 Subject: [PATCH] Added evaluate.info.profile template. --- xsl/common/common.xsl | 77 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index 4d2be1860..73bcb9869 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -1,7 +1,9 @@ + + + Evaluates an info profile + + This function evaluates an "info profile" matching the XPath + expression given by the profile + parameter. It relies on the XSLT evaluate() + extension function. + + The value of the profile parameter + can include the strings $info and + $parentinfo. If found in the value of the + profile parameter, those strings are + evaluated using the info and + parentinfo parameters, the values of which + should be DocBook *info element node + sets. + + + + + profile + + A string representing an XPath expression + + + + info + + A DocBook info node + + + + parentinfo + + A DocBook info node (from a parent element) + + + + + + + Returns a node (the result of evaluating the + profile parameter) + + + + + + + + + + + + + + + + + + +Error: The "info profiling" mechanism currently requires an XSLT +engine that supports the evaluate() XSLT extension function. Your XSLT +engine does not support it. + + + + + -- 2.40.0