Message5779

Author cbearden
Recipients amak, cbearden, fdb
Date 2010-05-25.18:45:36
SpamBayes Score 0.40293586
Marked as misclassified No
Message-id <1274813137.19.0.181194197295.issue1614@psf.upfronthosting.co.za>
In-reply-to
Content
The DOM Level 1 [1] and Level 2 [2] recommendations have this:

 "When a document is first made available via the DOM, there is only one
 Text node for each block of text."

In the source context, "first made available" sounds like the point at
which the DOM is hot off the press, er, parser.  The CPython minidom
implementation always presents text nodes as if normalized, in my
experience.

[1] <http://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-1312295772>
- Hide quoted text -
[2] <http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1312295772>
History
Date User Action Args
2010-05-25 18:45:37cbeardensetmessageid: <1274813137.19.0.181194197295.issue1614@psf.upfronthosting.co.za>
2010-05-25 18:45:37cbeardensetrecipients: + cbearden, amak, fdb
2010-05-25 18:45:37cbeardenlinkissue1614 messages
2010-05-25 18:45:36cbeardencreate