Re: SDATA, again

Liam Quinn recently wrote:

                                             In the meantime, you can use
>a pair of entities as follows:
><!Entity ograced "&#90124;&#1021;">
><!Entity ograced.desc "Greek letter omega with cedilla mark">
>
>(note that XML doesn't allow comments in the entity definition itself,
>as is done in the ISO public texts)

Presumably if your only intent is to provide a human-readable comment,
you'd use:

        <!Entity ograced "&#90124;&#1021;">
        <!-- ograced: "Greek letter omega with cedilla mark" -->


Dave Peterson
SGMLWorks!

davep@acm.org

Received on Monday, 9 December 1996 17:49:26 UTC