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

Re: Impact of xml:space="preserve" on line break normalizing?


xml space preserve
On Mon, Sep 08, 2003 at 09:16:41AM -0400, Roger L. Costello wrote:
> Hi Folks,
> 
> Thanks for clarifying that all line breaks in a document are normalized.
> 
> Here's a twist on this issue.  Suppose that an element has an
> xml:space="preserve" attribute.  Do the line breaks in its content get
> normalized?

  The line breaks normalization and xml:space features are othogonal
as far as I understand. The line breaks normalization applies everywhere.
The xml:space="preserve" is about character data made of white space
and used for indentation (mostly), like 
<a xml:space="preserve">
<b/>
</a>
basically means that the text nodes surrounding element b must not be modified
by an editor even if it usually indents output. It forces to report that those
chars are character data and not ignorable whitespace (in a SAX terminology)
to the application. It does not modify the parsing behaviour.

> For example, consider this XML document: (line break characters are
> explicitly shown)
> 
> <?xml version="1.0"?> \n\r
> <Test> \n\r
>      <para xml:space="preserve">This is a \n\r
>      simple paragraph. What \n\r
>      do you think of it?</para> \n\r
> </Test> \n\r
> 
> Note that the <para> element has an xml:space="preserve" attribute.
> 
> After normalizing the line breaks do we end up with this:
> 
> <?xml version="1.0"?> \n\r
> <Test> \n
>      <para xml:space="preserve">This is a \n
>      simple paragraph. What \n
>      do you think of it?</para> \n
> </Test> \n
> 
> Observe that ** all ** line breaks have been normalized.

   yes, I think it's the correct behaviour.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@r...  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/

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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.