Where does the DTD go?
February 22, 2008 11:08 AM
Subscribe
For the web developers in the house: when viewing the generated code for a web page, the Document Type Definition is missing. Where does it go?
I'm developing a web application for browsing network device information (on routers, switches, wireless APs, etc.). In debugging a jQuery problem in IE7, I was looking at the app's generated code, the source code after JavaScript has built the page and Ajax has populated it with data from a JSON object. So, long story short: in the generated code of this app and then in every other site I visited (in IE, Firefox, Safari), the Document Type Definition was missing--just gone (inspect the HTML for MeFi with Firebug and you'll see what I mean).
Where does the DTD go? and why? Any ideas?
posted by josephtate to computers & internet (5 comments total)
posted by malevolent at 11:33 AM on February 22, 2008