Email list hosting service & mailing list manager

Final comments, mostly editorial John Cowan (27 Nov 2013 23:59 UTC)
Re: Final comments, mostly editorial Per Bothner (28 Nov 2013 03:52 UTC)
Re: Final comments, mostly editorial John Cowan (28 Nov 2013 04:07 UTC)
Re: Final comments, mostly editorial John Cowan (28 Nov 2013 04:10 UTC)
Re: Final comments, mostly editorial Per Bothner (28 Nov 2013 04:46 UTC)
Re: Final comments, mostly editorial John Cowan (28 Nov 2013 04:51 UTC)
Re: Final comments, mostly editorial Per Bothner (07 Dec 2013 01:24 UTC)
Re: Final comments, mostly editorial John Cowan (07 Dec 2013 19:24 UTC)
Re: Final comments, mostly editorial Per Bothner (08 Dec 2013 08:37 UTC)
Re: Final comments, mostly editorial John Cowan (08 Dec 2013 17:13 UTC)
Re: Final comments, mostly editorial Per Bothner (08 Dec 2013 20:27 UTC)
Re: Final comments, mostly editorial John Cowan (08 Dec 2013 23:23 UTC)

Re: Final comments, mostly editorial Per Bothner 08 Dec 2013 20:27 UTC

On 12/08/2013 09:13 AM, John Cowan wrote:
> In that case I fall back on the position of making ]]> an error (which
> means, of course, that implementations are free to treat it how they like).

I've changed my mind, and I disagree.  I looked at the specifications for
"XML literals" in XQuery and ECMAScript for XML, and as far as I can tell,
both allow ">" without even mentioning the "]]>" issue.  I also tested
SaxonHE 9.5.3, and it accepts "]]>" without complaint.

If W3C's XQuery allows "]]>" I don't think we should prohibit it, and
I'm not
sure we need to warn about it.

The text in my current draft (in the "Element contents (children)"
section is as follows:

   The characters & and < are special and need to be escaped.

   The character > does not have to be escaped, but it is good style to
always
   do so, as it makes it easier to visually distinguish it from markup.
   (The MicroXML proposal does not even allow unquoted >.)  If an
XML-node value
   containing > in element or attribute content is written, an
implementation
   *should* write the escaped form &gt;.  The XML and HTML 4.x standards
do not
   allow the literal text ]]> in element content, for historical reasons of
   SGML-compatibility. For this reason an implementation of this
specification
   *may* warn if literal ]]> is seen.

I think that says what needs to be said.  I can change the last *may*
to *should* if you prefer.
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/