xsl-list
[Top] [All Lists]

multi-paragraph blockquotes

2005-05-06 08:04:51
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


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