[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Liam R. E. Quin" <liam@f...>
  • To: Roger L Costello <costello@m...>, "xml-dev@l..." <xml-dev@l...>
  • Date: Wed, 02 Feb 2022 20:34:44 -0500

On Thu, 2022-02-03 at 00:23 +0000, Roger L Costello wrote:
> 
> 2.5 Whitespace in an attribute value _does_ matter, e.g.,
> 
>         <foo  x = "   1   ">
> 

Attribute value normalization makes this the same as <foo x="1"> -
leading and trailing blanks are removed & internal whitespace sequences
are reduced to a single space.
> 
> 4.2 In an element whose content is elements interleaved with
> whitespace, the whitespace _does_ matter. With regard to the
> whitespace in the elements, see steps 2 - 4. Example:
> 
>         <foo>
>               <bar>  hello, world  </bar>
>               <baz>    glob    </baz>
>         </foo>
> 
> The whitespace between <foo> and <bar> _does_ matter. 

This depends on whether there's a declaration in effect saying that foo
is element-only, in which case the whitespace doesn't matter (see also
xml:space="preserve", however).

Liam

-- 
Liam Quin, https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations:  http://www.fromoldbooks.org



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member