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>
--~--