On Friday 15 June 2007 18:45:56 Kohei Yoshida wrote:
> > It is, see ODF section 1.6 "White-Space Processing and EOL Handling".
>
> Yes. When the above input is given, technically we should parse it as
>
> 0xA 0x20 0x20 0x20 0x20 0x20 0x20 Jown Doe
>
> But my point was that the producer of that input probably may not have
> intended to include those 0xA and 0x20's. This case may arise
> especially when the XML input is hand-written or pre-processed by a XML
> beautifier.
It is a standard in XML that all text is preserved; all XML tools are
fully aware of that rule and will do the right thing.
So, really this is problem :)
--
Thomas Zander