Slashdot Mirror


User: Dapnant

Dapnant's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:What do they mean, "XML 1.0 chokes"? on XML 1.1 Spec Hits Some Snags · · Score: 2, Informative

    Actually your understanding of whitespace in XML is almost completely incorrect.

    Many XML applications ignore whitespace (after parsing). XML parsers are prohibited from deleting any whitespace that might be part of the data in a document. The xml:space attribute allows a document to indicate places where the author or encoder encourages normalization of space in some way.

    This is all clearly explained in the standard itself (W3c XML pages).