I'm having issues with an XSL template that is outputting to HTML. There is a javascript being rendered on the resulting HTML page that requires a strict doctype in order to work across all browsers.
However, I cant get the doctype to show up.
Any thoughts on this? Would it be possible to insert it dynamically, using javascript or php?
Any help is appreciated.