|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: multi-paragraph blockquotes
>>>>> "JBryant" == JBryant <JBryant@xxxxxxxxx> writes:
JBryant> The result appeared properly indented in IE 6, Firefox
JBryant> 1.0.1, and Opera 7.54. To get proper XHTML, you'll need
JBryant> to adjust the stylesheet, but the concept seems to work
JBryant> (if I understand what you want).
Specifically, <p> cannot contain block content, whereas blockquote
can.
It seems to me best to translate:
<para>Some text:
<blockquote>
<para>One paragraph.</para>
<para>Another paragraph.</para>
</blockquote>
</para>
as:
<div>
<p>Some text:</p>
<blockquote>
<p>One paragraph.</p>
etc. and adjust the templates accordingly.
--
Colin Paul Adams
Preston Lancashire
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








