From 2ce14a6e519f5f0accc54bdbe1bccd0c003f5cac Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 11 Jun 2002 13:33:38 +0000 Subject: [PATCH] Experimental support for xrefstyle; support for %d in templates --- xsl/common/gentext.xsl | 161 +++++++++++++++++++++++++++++++---------- 1 file changed, 123 insertions(+), 38 deletions(-) diff --git a/xsl/common/gentext.xsl b/xsl/common/gentext.xsl index e76806b42..85a9cc77e 100644 --- a/xsl/common/gentext.xsl +++ b/xsl/common/gentext.xsl @@ -101,9 +101,16 @@ + + + + + + + @@ -173,14 +180,27 @@ + + + + - + + + + + + + + @@ -222,6 +245,9 @@ + + + @@ -230,48 +256,104 @@ select="substring(substring-after($template, '%'), 1, 1)"/> - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + Attempt to use %d in gentext with no referrer! + + + + % @@ -291,6 +373,9 @@ + + + -- 2.40.0