Re: [xsl] multi-paragraph blockquotes

Subject: Re: [xsl] multi-paragraph blockquotes
From: Bruce D'Arcus <bdarcus@xxxxxxxxx>
Date: Fri, 6 May 2005 12:07:25 -0400
On May 6, 2005, at 12:00 PM, Colin Paul Adams wrote:

  <xsl:template match="para">
    <div><xsl:apply-templates/></div>
  </xsl:template>

But in your example, para maps to p, and doesn't wrap the entire paragraph.


The issue is how do you split the content of the para element into two p elements: one preceding the blockquote, and the other subsequent?

Bruce

Current Thread