- From: Norman Walsh <ndw@nwalsh.com>
- Date: Fri, 07 Dec 2007 17:07:50 -0500
- To: public-xml-core-wg@w3.org
- Message-ID: <m27ijq88g9.fsf@nwalsh.com>
/ John Cowan <cowan@ccil.org> was heard to say: | Grosso, Paul scripsit: | |> If a serialized XML document contains: |> |> <!--This is a comment — pbg--> |> |> or |> |> <?myproc pseudoatt="this is part of a pi — pbg"?> |> |> then when that is read by an XML processor, is the |> — considered to be a seven character string |> or the Unicode em-dash character? | | Clearly the former. Comments and PIs contain simply Chars, which means | that NCRs are not recognized in them. Compare productions 15 (Comment) | and 16 (PI) with 10 (AttValue) and 43 (Content). John is clearly right. Not that I'd have implemented it correctly off the top of my head :-) Be seeing you, norm -- Norman Walsh <ndw@nwalsh.com> | All professional men are handicapped by http://nwalsh.com/ | not being allowed to ignore things | which are useless.-- Goethe
Received on Friday, 7 December 2007 22:08:11 UTC