Re: [xsl] multi-paragraph blockquotes

Subject: Re: [xsl] multi-paragraph blockquotes
From: Bruce D'Arcus <bdarcus@xxxxxxxxx>
Date: Fri, 6 May 2005 20:22:25 -0400
I wrote:

	        <xsl:when test="current-grouping-key()">
	          <xsl:copy-of select="current-group()"/>
	        </xsl:when>

The copy-of should be apply-templates of course.


Bruce

Current Thread