/[suikacvs]/markup/html/whatpm/t/xml/entities-2.dat
Suika

Contents of /markup/html/whatpm/t/xml/entities-2.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Oct 19 06:14:57 2008 UTC (16 years, 8 months ago) by wakaba
Branch: MAIN
++ whatpm/t/ChangeLog	19 Oct 2008 06:14:42 -0000
2008-10-19  Wakaba  <wakaba@suika.fam.cx>

	* XML-Parser.t: "xml/entities-1.dat" and "xml/entities-2.dat"
	added.  Support for the "#entities" directive.

++ whatpm/t/xml/ChangeLog	19 Oct 2008 06:11:59 -0000
	* entities-1.dat, entities-2.dat: New test data files.

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

++ whatpm/Whatpm/ChangeLog	19 Oct 2008 06:12:27 -0000
2008-10-19  Wakaba  <wakaba@suika.fam.cx>

	* NanoDOM.pm (notation_name): New attribute.

	* NanoDOM.pm (public_id, system_id): New attributes.a
++ whatpm/Whatpm/HTML/ChangeLog	19 Oct 2008 06:13:03 -0000
	* Dumper.pm: Dump text content of Entity nodes.

	* Tokenizer.pm.src: Support for <!ENTITY ... NDATA>.

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

++ whatpm/Whatpm/XML/ChangeLog	19 Oct 2008 06:14:05 -0000
2008-10-19  Wakaba  <wakaba@suika.fam.cx>

	* Parser.pm.src (_tree_in_subset): General and parameter entities
	implemented.

1 wakaba 1.1 #data
2     <!DOCTYPE a[
3     <!ENTITY%>
4     ]><a/>
5     #errors
6     2;9;no space before md name;;;m
7     2;10;no md name;;;m
8     #document
9     | <!DOCTYPE a>
10     | <{} a>
11     #entities
12    
13     #data
14     <!DOCTYPE a[
15     <!ENTITY%
16     #errors
17     2;9;no space before md name;;;m
18     2;9;unclosed md;;;m
19     2;9;unclosed internal subset;;;m
20     2;9;no root element;;;m
21     #document
22     | <!DOCTYPE a>
23     #entities
24    
25     #data
26     <!DOCTYPE a[
27     <!ENTITY %>
28     ]><a/>
29     #errors
30     2;11;no md name;;;m
31     #document
32     | <!DOCTYPE a>
33     | <{} a>
34     #entities
35    
36     #data
37     <!DOCTYPE a[
38     <!ENTITY %
39     #errors
40     2;10;unclosed md;;;m
41     2;10;unclosed internal subset;;;m
42     2;10;no root element;;;m
43     #document
44     | <!DOCTYPE a>
45     #entities
46    
47     #data
48     <!DOCTYPE a[
49     <!ENTITY % bc PUBLIC "x" "y">
50     ]><a/>
51     #errors
52     #document
53     | <!DOCTYPE a>
54     | <{} a>
55     #entities
56     | <!ENTITY % bc "" "x" "y" >
57    
58     #data
59     <!DOCTYPE a[
60     <!ENTITY % bc PUBLIC "x" "y" NDATA z>
61     ]><a/>
62     #errors
63     2;30;string after SYSTEM literal;;;m
64     #document
65     | <!DOCTYPE a>
66     | <{} a>
67     #entities
68     | <!ENTITY % bc "" "x" "y" >

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24