Editing DOCTYPE declaration
Hi all,
I have been trying to accomplish this task for some time now and have decided it's not possible. Thought I would ask before moving on, though...Is there a way to edit the DOCTYPE declaration that Frame10 outputs within a structured application? In other words, can I create a structured application that outputs an XHTML document with an HTML 5 declaration?
Instead of: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "dtd.dtd" []>
I want: <!DOCTYPE html>
Possible? Thanks.
