you should reference them in the <!ELEMENT td>
definition
edit: if you want to maintain the parsed character data in the td element along with the new tags, you can define a mixed content element. example:
<!ELEMENT td (#PCDATA | br? | hr? | img?)>
see element declarations at w3.org
akf
2009-06-11 02:43:57