document.write("<p>xhtml1-strict.dtd の抜粋</p><div id=\"sample0\" style=\"white-space:normal; width:85%; margin:0 1em; overflow:auto; height:5em;\">");
document.write("&lt;!--================ Document Structure ==================================--&gt;\n");
document.write("&lt;!-- the namespace URI designates the document profile --&gt;\n");
document.write("&lt;!ELEMENT html (head, body)&gt;\n");
document.write("&lt;!ATTLIST html\n");
document.write("  %i18n;\n");
document.write("  id          ID             #IMPLIED\n");
document.write("  xmlns       %URI;          #FIXED 'http://www.w3.org/1999/xhtml'\n");
document.write("  &gt;");
document.write("</div>");
document.write("<p>切り替え：<select onchange=\"getElementById('sample0').style.whiteSpace=this.options[this.selectedIndex].value;\">");
document.write("<option value=\"normal\" selected>white-space : normal ;</option>");
document.write("<option value=\"pre\">white-space :  pre ;</option>");
document.write("<option value=\"nowrap\">white-space : nowrap ;</option>");
document.write("</select></p>");

