xsl-list
[Top] [All Lists]

Re: multi-paragraph blockquotes

2005-05-06 09:07:25

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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>