[Python-Dev] Encoding of code in XML

Ka-Ping Yee ping@lfw.org
Mon, 17 Apr 2000 18:01:58 -0500 (CDT)


On Mon, 17 Apr 2000, David Ascher wrote:
> 
> (the above fails on @@>, but that's the general idea I had in mind).

Oh, that's stupid of me.  I used the wrong test harness.

Okay, well the latter example works (i tested it):

    <]     -->    <]>
    ]]>    -->    <][

And this also works:

    @@     -->    @@]
    ]]>    -->    @@>


-- ?!ng