[interchange-docs] xmldocs - docelic modified docbook/html-chunks.xsl

docs at icdevgroup.org docs at icdevgroup.org
Wed Mar 29 20:42:50 EST 2006


User:      docelic
Date:      2006-03-30 01:42:50 GMT
Modified:  docbook  html-chunks.xsl
Log:
* Add refclass.suppress param. Added to docbook at my inquiry.
  For xsl 1.68.1 it will have no effect, and for 1.69.1 it will keep
  <refclass> elements suppressed from output.

Revision  Changes    Path
1.19      +9 -0      xmldocs/docbook/html-chunks.xsl


rev 1.19, prev_rev 1.18
Index: html-chunks.xsl
===================================================================
RCS file: /var/cvs/xmldocs/docbook/html-chunks.xsl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- html-chunks.xsl	30 Mar 2006 00:43:11 -0000	1.18
+++ html-chunks.xsl	30 Mar 2006 01:42:50 -0000	1.19
@@ -21,6 +21,15 @@
 	<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'" />
 	<xsl:param name="chunker.output.indent">no</xsl:param>
 
+	
+	<!-- a parameter added to docbook after my inquiry. Will have no
+	  effect on xsl 1.68.1, but for 1.69.1 and newer will keep the
+	  old behavior - suppress <refclass> elements from output.
+		http://sourceforge.net/tracker/index.php?func=detail&aid=1461065&group_id=21935&atid=373750
+		-->
+	<xsl:param name="refclass.suppress">1</xsl:param>
+
+
   <xsl:template name="user.footer.content" >
   <p class='w3c'>
     <a href="http://www.docbook.org/">








More information about the docs mailing list