From cfaeede3c8f0f60cc201b27e476430d1e3f78308 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 22 Jul 2007 10:26:00 +0000 Subject: [PATCH] Added handling for refsee@role=tcg sections. --- xsl/tools/xsl/build/jref2refsect1.xsl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/xsl/tools/xsl/build/jref2refsect1.xsl b/xsl/tools/xsl/build/jref2refsect1.xsl index 8c4b8be60..3a528ca1d 100644 --- a/xsl/tools/xsl/build/jref2refsect1.xsl +++ b/xsl/tools/xsl/build/jref2refsect1.xsl @@ -1,9 +1,10 @@ + xmlns:xi="http://www.w3.org/2001/XInclude" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" + exclude-result-prefixes="xsl xi src" + version='1.0'> @@ -80,10 +81,16 @@ + Related Global Parameters + + Related Information in <link + xlink:href="http://www.sagehill.net/docbookxsl/" + >DocBook XSL: The Complete Guide</link> + See -- 2.40.0