Forgot your password?
typodupeerror

Comment Re:What do they mean, "XML 1.0 chokes"? (Score 2, Informative) 259

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).

Slashdot Top Deals

Base 8 is just like base 10, if you are missing two fingers. -- Tom Lehrer

Working...