[
Lists Home |
Date Index |
Thread Index
]
- To: "Miles Sabin" <miles@milessabin.com>,<xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] XML's Scylla and Charybdis - parse and regexp
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Tue, 1 Apr 2003 08:54:02 -0800
- Thread-index: AcL4blxZCQbmzTI7RhO4SVmE2r1nagAAIWdD
- Thread-topic: [xml-dev] XML's Scylla and Charybdis - parse and regexp
That's an empty statement. Lots of applications that are sensitive to the lexical characteristics of XML document do not require full lexical round tripping. In fact, i'd go as far as to say that applications that depend on full lexical round tripping (i.e. preserving all whitespace, treating attribute order as significant, etc) are in violation of the spirit if not the letter of the XML 1.0 recommendation.
However I agree there are edge cases such as XML editors where such behavior is not just desirable but required.
________________________________
From: Miles Sabin [mailto:miles@milessabin.com]
Sent: Tue 4/1/2003 8:40 AM
To: xml-dev@lists.xml.org
Subject: Re: [xml-dev] XML's Scylla and Charybdis - parse and regexp
Jonathan Robie wrote,
> Is faithful lexical round-tripping an important goal? If so, why?
It's important to any application which is sensitive to the lexical
characteristics of XML documents. They exist. If they're not yours then
you don't have to care.
|