- From: Norman Walsh <ndw@nwalsh.com>
- Date: Mon, 22 Nov 2010 14:47:49 -0500
- To: public-xml-processing-model-wg@w3.org
Received on Monday, 22 November 2010 19:48:24 UTC
"vojtech.toman@emc.com" <vojtech.toman@emc.com> writes:
> I didn't mean that you have to use }, I meant that if the parser sees a
> stray '}' in the regular mode, it does not report an error but treats it
> as a literal '}' character, like it was '}}'.
> So both examples above would produce the same result.
So,
<test>}</test> => <test>}</test>
<test>}}</test> => <test>}</test>
<test>}}}</test> => <test>}}</test>
<test>}}}}</test> => <test>}}</test>
...
I see how that's perfectly deterministic, but I'm not sure it'a a
usability improvement over the other possibilities.
Be seeing you,
norm
--
Norman Walsh
Lead Engineer
MarkLogic Corporation
www.marklogic.com
Received on Monday, 22 November 2010 19:48:24 UTC