[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] multi-paragraph blockquotes
Subject: [xsl] multi-paragraph blockquotes
From: Bruce D'Arcus <bdarcus@xxxxxxxxx>
Date: Fri, 6 May 2005 11:04:51 -0400
|
What's the best way to use XSLT (2.0) to convert this:
<para>Some text:
<blockquote>
<para>One paragraph.</para>
<para>Another paragraph.</para>
</blockquote>
</para>
... to what XHTML structures such that applications (browsers, but also
MS Word) will display it right?
I've been using the hack of display-output-escaping, but am not fond of
that approach.
So, I'm asking an XSLT question, but also an XHTML one as well.
Bruce
|