Send clisp-cvs mailing list submissions to
cli...@li...
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
cli...@li...
You can reach the person managing the list at
cli...@li...
When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."
CLISP CVS commits for today
Today's Topics:
1. clisp/doc common.xsl,1.79,1.80 (Sam Steingold)
----------------------------------------------------------------------
Message: 1
Date: Sun, 23 Jan 2011 04:36:04 +0000
From: Sam Steingold <sd...@us...>
Subject: clisp/doc common.xsl,1.79,1.80
To: cli...@li...
Message-ID: <E1P...@sf...>
Update of /cvsroot/clisp/clisp/doc
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14069
Modified Files:
common.xsl
Log Message:
fix bug#3153786: do not pass through comments because "#if" et al
are SSI directive which breaks clisp pages on gnu.org
Index: common.xsl
===================================================================
RCS file: /cvsroot/clisp/clisp/doc/common.xsl,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- common.xsl 17 Jun 2010 20:48:52 -0000 1.79
+++ common.xsl 23 Jan 2011 04:36:02 -0000 1.80
@@ -373,14 +373,6 @@
<xsl:template match="screen/prompt">
<strong><xsl:apply-imports/></strong></xsl:template>
-<xsl:template match="comment()"> <!-- pass through comments -->
- <xsl:text> </xsl:text>
- <xsl:comment><xsl:value-of select="normalize-space(.)"/></xsl:comment>
- <!-- http://article.gmane.org/gmane.text.docbook.apps:13033 -->
- <xsl:if test="not(following-sibling::node()[1][self::comment()])">
- <xsl:text> </xsl:text></xsl:if>
-</xsl:template>
-
<!-- http://article.gmane.org/gmane.text.docbook.apps:19941
http://article.gmane.org/gmane.text.docbook.apps:19957
list examples in the section toc -->
------------------------------
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
------------------------------
_______________________________________________
clisp-cvs mailing list
cli...@li...
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
End of clisp-cvs Digest, Vol 57, Issue 1
****************************************
|