I am using an XSL transformation on an xml file to create an xml document. The problem i am running into is that when i go to view the generated source (the transformed source) i can’t see the DOCTYPE attribute of the html so i don’t know if its being emitted properly.
Is there any way to view the doctype in this way?
I must have a weird system, in my case i actually had to just use the doctype as an include file. I tried the suggestions but for some reason it wasnt rendering the html properly. Its kind of a weird system they have here at work and im not sure how it works.