clisp-cvs Digest, Vol 57, Issue 1
<clisp-cvs-request <at> lists.sourceforge.net>
2011-01-23 12:06:06 GMT
Send clisp-cvs mailing list submissions to
clisp-cvs <at> lists.sourceforge.net
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
clisp-cvs-request <at> lists.sourceforge.net
You can reach the person managing the list at
clisp-cvs-owner <at> lists.sourceforge.net
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 <sds <at> users.sourceforge.net>
Subject: clisp/doc common.xsl,1.79,1.80
To: clisp-cvs <at> lists.sourceforge.net
Message-ID: <E1PgrgK-0003fH-MC <at> sfp-cvsdas-2.v30.ch3.sourceforge.com>
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
<at> <at> -373,14 +373,6 <at> <at>
<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
clisp-cvs <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
End of clisp-cvs Digest, Vol 57, Issue 1
****************************************
------------------------------------------------------------------------------
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-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel