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

  • From: richard@i... (Richard Tobin)
  • To: xml-dev@l...
  • Date: Fri, 28 Sep 2007 00:33:55 +0100 (BST)

In article <46FC3B73.8080501@z...> you write:

>> Consider this last document :
>> <?xml version="1.0"?>
>> <x> </x>
>> Does it contain a space inside the x element ? Not at all, it contains 
>> the integer 32

>technically, it doesn't contain anything unless white space preservation 
>is on ?

It contains a space character.  XML parsers are required to pass all
text content to the application, including white space.  The xml:space
attribute is advice to the application on how to process white space
in the element; it doesn't affect the fact that the space is there in
the document.

-- Richard
-- 
"Consideration shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.


[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