Just for the record, it was failing for me with Xalan 2 (D07). cheers, jason [EMAIL PROTECTED] wrote: > remm 01/02/16 20:25:56 > > Modified: src/doc/style document.xsl > Log: > - Fix a typo in the stylesheet. For some reason, it wasn't failing with Xalan. > Thanks to Jasop Harrop <[EMAIL PROTECTED]> for the patch. > > Revision Changes Path > 1.4 +1 -1 jakarta-slide/src/doc/style/document.xsl > > Index: document.xsl > =================================================================== > RCS file: /home/cvs/jakarta-slide/src/doc/style/document.xsl,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- document.xsl 2001/02/09 07:52:08 1.3 > +++ document.xsl 2001/02/17 04:25:55 1.4 > @@ -112,7 +112,7 @@ > </xsl:template> > > > - <!-- Paragraphs are separated with one empty line -->x > + <!-- Paragraphs are separated with one empty line --> > <xsl:template match="body-note"> > <blockquote><hr size="1" noshadow=""/><xsl:apply-templates/><hr size="1" >noshadow=""/></blockquote> > </xsl:template> > > >
