Adding internal DTD subset to XHTML - TechRepublic
General discussion
May 22, 2002 at 11:47 PM
deanc911

Adding internal DTD subset to XHTML

by deanc911 . Updated 24 years, 1 month ago

I am trying to put together a XHTML page with a Flash bit and to keep it compatable with some browsers, I am adding the

as well as

. Problem is that the XHTML page will not validate with the tag. I heard that you can ‘cheat’ by adding an internal DTD subset. I tried this and now the XHTML will validate (mostly), but the browser (tried IE and Opera) will render the last ‘]>’. Here is the basic code:

This discussion is locked

All Comments