[EMAIL PROTECTED] (ewitness - Ben Fowler) wrote: > Yes, you can use &#number;, and this sometimes proves easier.
I'm not sure want you are trying to say... Do you still edit your XML files with a plain text editor? > Wuth full SGML (and HTML for that matter), > a large number of entities are pre-defined SGML per se doesn't define any entity. HTML, as an SGML language, does, you can grab the definitions from the W3C server. > I don't suppose that SKS could post a short complete file would > have this as its meat. > <para>“Hello World!&rdquo</para> Duh? You can get the HTML entity definitions from the W3C and roll your own DTD fragment. The DocBook DTD (http://www.docbook.org) has also an extensive collection. I personally abandoned dealing with entities representing character references after i managed to configure Emacs to do the hard work for me. J.Pietschmann
