I need to be able to reference named HTML entities like • instead of the Unicode alternative • in an XML document. I have contr
I'm not cetain, but I think the XHTML DTD's should give you quite a few entities (253):
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references#Entities_representing_special_characters_in_XHTML
Also in the w3 spec, there is a mention of additional DTD's for special characters etc. http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_dtd_xhtml_character_entities
However I haven't been able to find an implementation example of the special character DTDs.
Edit by DevNull
Here is an extremely generic example implementation of one of the entity DTD modules. To implement, you only need to add a parameter entity pointing to the module.
%xhtml-special;
]>
Here is a left double quote: “