[Bug 5441] [SER] Text output method and normalization-form

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5441





--- Comment #8 from Henry Zongaro <zongaro@ca.ibm.com>  2009-03-24 17:10:30 ---
Michael Kay suggested the following correction in the wording:

In SE.E8, I would change "that" to "which". Specifically: "this phase
replaces the single document node produced by sequence normalization with a
new document node that has exactly one child that is a text node." becomes
"this phase replaces the single document node produced by sequence
normalization with a new document node that has exactly one child, which is
a text node.". The current wording suggests
"count(child::node()[self::text()])=1" rather than "count(child::node())=1
and child::node()[1][self::text()]".

I will apply that change.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 24 March 2009 17:10:40 UTC