/[suikacvs]/www/test/dom/document/header/create-document-1.html
Suika

Contents of /www/test/dom/document/header/create-document-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sun Jun 17 01:11:29 2007 UTC (18 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
See <http://suika.fam.cx/gate/2005/sw/xmlVersion>, <http://suika.fam.cx/gate/2005/sw/xmlStandalone>, and <http://suika.fam.cx/gate/2005/sw/xmlEncoding>

1 wakaba 1.1 <!DOCTYPE html>
2     <html>
3     <head>
4     <title>createDocument ().xml*</title>
5     <script src="../../../support/result0.js"></script>
6     </head>
7     <body>
8     <script> var doc = document.implementation.createDocument (null, null, null) </script>
9     <p><code>xmlVersion</code>: <script> writeResult (doc.xmlVersion) </script>.</p>
10     <p><code>xmlEncoding</code>: <script> writeResult (doc.xmlEncoding) </script>.</p>
11     <p><code>xmlStandalone</code>: <script> writeResult (doc.xmlStandalone) </script>.</p>
12     </body>
13     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24