[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: multi-paragraph blockquotes

Subject: Re: multi-paragraph blockquotes
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 06 May 2005 16:45:52 +0100
blockquote in a paragraph
>>>>> "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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.