/[suikacvs]/markup/html/whatpm/Whatpm/NanoDOM.html
Suika

Contents of /markup/html/whatpm/Whatpm/NanoDOM.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download) (as text)
Wed Oct 15 04:38:22 2008 UTC (16 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +4 -2 lines
File MIME type: text/html
++ whatpm/t/ChangeLog	15 Oct 2008 04:37:36 -0000
	* XML-Parser.t: "xml/pis-1.dat" and "xml/xmldecls-1.dat" added.
	Test directifes "#xml-version", "#xml-encoding", and
	"#xml-standalone" are added.

2008-10-15  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/xml/ChangeLog	15 Oct 2008 04:37:54 -0000
	* pis-1.dat, xmldecls-1.dat: New test data files.

2008-10-15  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	15 Oct 2008 04:33:34 -0000
2008-10-15  Wakaba  <wakaba@suika.fam.cx>

	* NanoDOM.pm (create_processing_instruction): New method.
	(xml_version, xml_encoding, xml_standalone): New attributes.
	(ProcessingInstruction): New class.

++ whatpm/Whatpm/HTML/ChangeLog	15 Oct 2008 04:34:03 -0000
	* Tokenizer.pm.src: Support for XML processing instructions.

2008-10-15  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/XML/ChangeLog	15 Oct 2008 04:34:57 -0000
	* Parser.pm.src: Support for XML declarations.

2008-10-15  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.3 <?xml version="1.0" ?>
2 wakaba 1.1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3     <html xmlns="http://www.w3.org/1999/xhtml">
4     <head>
5 wakaba 1.2 <title>Whatpm::NanoDOM - A Non-Conforming Implementation of DOM Subset</title>
6 wakaba 1.1 <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/pod.css" type="text/css" />
7 wakaba 1.3 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
8     <link rev="made" href="mailto:wakaba@suika.fam.cx" />
9 wakaba 1.1 </head>
10    
11     <body>
12    
13 wakaba 1.3
14     <!-- INDEX BEGIN -->
15     <div name="index">
16 wakaba 1.1 <p><a name="__index__"></a></p>
17    
18     <ul>
19    
20     <li><a href="#name">NAME</a></li>
21     <li><a href="#description">DESCRIPTION</a></li>
22     <li><a href="#see_also">SEE ALSO</a></li>
23     <li><a href="#author">AUTHOR</a></li>
24     <li><a href="#license">LICENSE</a></li>
25     </ul>
26 wakaba 1.3
27     <hr name="index" />
28     </div>
29 wakaba 1.1 <!-- INDEX END -->
30    
31     <p>
32     </p>
33     <h1><a name="name">NAME</a></h1>
34 wakaba 1.2 <p>Whatpm::NanoDOM - A Non-Conforming Implementation of DOM Subset</p>
35 wakaba 1.1 <p>
36     </p>
37     <hr />
38     <h1><a name="description">DESCRIPTION</a></h1>
39 wakaba 1.2 <p>The <code>Whatpm::NanoDOM</code> module contains a non-conforming implementation
40 wakaba 1.1 of a subset of DOM. It is the intention that this module is
41 wakaba 1.2 used only for the purpose of testing the <code>Whatpm::HTML</code> module.</p>
42 wakaba 1.1 <p>See source code if you would like to know what it does.</p>
43     <p>
44     </p>
45     <hr />
46     <h1><a name="see_also">SEE ALSO</a></h1>
47 wakaba 1.4 <p><a href="../Whatpm/HTML.html">Whatpm::HTML</a></p>
48     <p><a href="../Whatpm/XML/Parser.html">Whatpm::XML::Parser</a></p>
49     <p><a href="../Whatpm/ContentChecker.html">Whatpm::ContentChecker</a></p>
50 wakaba 1.1 <p>
51     </p>
52     <hr />
53     <h1><a name="author">AUTHOR</a></h1>
54     <p>Wakaba &lt;<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>&gt;.</p>
55     <p>
56     </p>
57     <hr />
58     <h1><a name="license">LICENSE</a></h1>
59 wakaba 1.4 <p>Copyright 2007-2008 Wakaba &lt;<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>&gt;</p>
60 wakaba 1.1 <p>This library is free software; you can redistribute it
61     and/or modify it under the same terms as Perl itself.</p>
62    
63     </body>
64    
65     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24