/[suikacvs]/markup/html/whatpm/t/content-model-atom-1.dat
Suika

Contents of /markup/html/whatpm/t/content-model-atom-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations) (download)
Sat Aug 30 10:26:39 2008 UTC (16 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +174 -172 lines
++ whatpm/t/ChangeLog	30 Aug 2008 10:22:30 -0000
	* ContentChecker.t: Updated for latest version of the
	Whatpm::ContentChecker module.

	* content-model-1.dat, content-model-2.dat, content-model-3.dat,
	content-model-4.dat, content-model-6.dat, content-model-atom-1.dat,
	content-model-atom-2.dat, content-model-atom-threading-1.dat,
	table-1.dat: Results updated.

2008-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	30 Aug 2008 10:24:24 -0000
	* ContentChecker.pm: Error level definition for |xml_id_error|
	was missing.

	* URIChecker.pm: The end of the URL should be marked as the
	error location for an empty path error.  The position
	between the userinfo and the port components should be
	marked as the error location for an empty host error.

2008-08-30  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	30 Aug 2008 10:26:28 -0000
2008-08-30  Wakaba  <wakaba@suika.fam.cx>

	* Atom.pm: s/element missing/child element missing/ for
	consistency.

	* HTML.pm: Typos fixed.
	(pre): "No significant content" error was unintentionally
	disabled.  s/element missing/child element missing/ for
	consistency.

1 wakaba 1.2 #data
2     <feed xmlns="http://www.w3.org/2005/Atom">
3     <id>about:</id>
4     <title>xxx</title>
5     <link rel="self" href=""/>
6     <updated>2000-01-02T03:04:05Z</updated>
7     </feed>
8     #errors
9    
10     #data
11     <feed xmlns="http://www.w3.org/2005/Atom">
12     <id>about:</id>
13     <title>x<p xmlns="">x</p>x</title>
14     <link rel="self" href=""/>
15     <updated>2000-01-02T03:04:05Z</updated>
16     </feed>
17     #errors
18     /feed/title/p;element not allowed:atom|TextConstruct;m
19 wakaba 1.7 /feed/title/p;unknown element;u
20 wakaba 1.2
21     #data
22     <feed xmlns="http://www.w3.org/2005/Atom">
23     <id>about:</id>
24     <title type="text">xxx</title>
25     <link rel="self" href=""/>
26     <updated>2000-01-02T03:04:05Z</updated>
27     </feed>
28     #errors
29    
30     #data
31     <feed xmlns="http://www.w3.org/2005/Atom">
32     <id>about:</id>
33     <title type="text">x<p xmlns="">x</p>x</title>
34     <link rel="self" href=""/>
35     <updated>2000-01-02T03:04:05Z</updated>
36     </feed>
37     #errors
38     /feed/title/p;element not allowed:atom|TextConstruct;m
39 wakaba 1.7 /feed/title/p;unknown element;u
40 wakaba 1.2
41     #data
42     <feed xmlns="http://www.w3.org/2005/Atom">
43     <id>about:</id>
44     <title type="html">xxx</title>
45     <link rel="self" href=""/>
46     <updated>2000-01-02T03:04:05Z</updated>
47     </feed>
48     #errors
49 wakaba 1.5 /feed/title;SUBDOC
50 wakaba 1.2
51     #data
52     <feed xmlns="http://www.w3.org/2005/Atom">
53     <id>about:</id>
54     <title type="html">x<p xmlns="">x</p>x</title>
55     <link rel="self" href=""/>
56     <updated>2000-01-02T03:04:05Z</updated>
57     </feed>
58     #errors
59     /feed/title/p;element not allowed:atom|TextConstruct;m
60 wakaba 1.7 /feed/title/p;unknown element;u
61 wakaba 1.5 /feed/title;SUBDOC
62 wakaba 1.2
63     #data
64     <feed xmlns="http://www.w3.org/2005/Atom">
65     <id>about:</id>
66     <title type="html"><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
67     <link rel="self" href=""/>
68     <updated>2000-01-02T03:04:05Z</updated>
69     </feed>
70     #errors
71     /feed/title/div;element not allowed:atom|TextConstruct;m
72 wakaba 1.5 /feed/title;SUBDOC
73 wakaba 1.2
74     #data
75     <feed xmlns="http://www.w3.org/2005/Atom">
76     <id>about:</id>
77     <title type="xhtml">xxx</title>
78     <link rel="self" href=""/>
79     <updated>2000-01-02T03:04:05Z</updated>
80     </feed>
81     #errors
82     /feed/title/"xxx";character not allowed:atom|TextConstruct;m
83 wakaba 1.7 /feed/title;child element missing;div;m
84 wakaba 1.2
85     #data
86     <feed xmlns="http://www.w3.org/2005/Atom">
87     <id>about:</id>
88     <title type="xhtml">x<p xmlns="">x</p>x</title>
89     <link rel="self" href=""/>
90     <updated>2000-01-02T03:04:05Z</updated>
91     </feed>
92     #errors
93     /feed/title/"x";character not allowed:atom|TextConstruct;m
94     /feed/title/p;element not allowed:atom|TextConstruct;m
95 wakaba 1.7 /feed/title/p;unknown element;u
96 wakaba 1.2 /feed/title/"x";character not allowed:atom|TextConstruct;m
97 wakaba 1.7 /feed/title;child element missing;div;m
98 wakaba 1.2
99     #data
100     <feed xmlns="http://www.w3.org/2005/Atom">
101     <id>about:</id>
102     <title type="xhtml"><p xmlns="http://www.w3.org/1999/xhtml">x</p></title>
103     <link rel="self" href=""/>
104     <updated>2000-01-02T03:04:05Z</updated>
105     </feed>
106     #errors
107     /feed/title/p;element not allowed:atom|TextConstruct;m
108 wakaba 1.7 /feed/title;child element missing;div;m
109 wakaba 1.2
110     #data
111     <feed xmlns="http://www.w3.org/2005/Atom">
112     <id>about:</id>
113     <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
114     <link rel="self" href=""/>
115     <updated>2000-01-02T03:04:05Z</updated>
116     </feed>
117     #errors
118    
119     #data
120     <feed xmlns="http://www.w3.org/2005/Atom">
121     <id>about:</id>
122     <title type="xhtml"><div>x</div></title>
123     <link rel="self" href=""/>
124     <updated>2000-01-02T03:04:05Z</updated>
125     </feed>
126     #errors
127     /feed/title/div;element not allowed:atom|TextConstruct;m
128 wakaba 1.7 /feed/title;child element missing;div;m
129 wakaba 1.2 /feed/title/div;element not defined;m
130    
131     #data
132     <feed xmlns="http://www.w3.org/2005/Atom">
133     <id>about:</id>
134     <title type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">x</div><div xmlns="http://www.w3.org/1999/xhtml">x</div></title>
135     <link rel="self" href=""/>
136     <updated>2000-01-02T03:04:05Z</updated>
137     </feed>
138     #errors
139     /feed/title/div;element not allowed:atom|TextConstruct;m
140    
141     #data
142     <feed xmlns="http://www.w3.org/2005/Atom">
143     <id>about:</id>
144     <author></author>
145     <title>x</title>
146     <link rel="self" href=""/>
147     <updated>2000-01-02T03:04:05Z</updated>
148     </feed>
149     #errors
150 wakaba 1.7 /feed/author;child element missing:atom;name;m
151 wakaba 1.2
152     #data
153     <feed xmlns="http://www.w3.org/2005/Atom">
154     <id>about:</id>
155     <author><name>xx</name></author>
156     <title>x</title>
157     <link rel="self" href=""/>
158     <updated>2000-01-02T03:04:05Z</updated>
159     </feed>
160     #errors
161    
162     #data
163     <feed xmlns="http://www.w3.org/2005/Atom">
164     <id>about:</id>
165     <author><name>xx</name><uri>about:</uri></author>
166     <link rel="self" href=""/>
167     <updated>2000-01-02T03:04:05Z</updated>
168     <title>x</title>
169     </feed>
170     #errors
171    
172     #data
173     <feed xmlns="http://www.w3.org/2005/Atom">
174     <id>about:</id>
175     <author><name>xx</name><uri>about:</uri><uri>data:,</uri></author>
176     <link rel="self" href=""/>
177     <updated>2000-01-02T03:04:05Z</updated>
178     <title>x</title>
179     </feed>
180     #errors
181     /feed/author/uri;element not allowed:atom|PersonConstruct;m
182    
183     #data
184     <feed xmlns="http://www.w3.org/2005/Atom">
185     <id>about:</id>
186     <title>x</title>
187     <author><name>x</name><email>a@example.net</email></author>
188     <link rel="self" href=""/>
189     <updated>2000-01-02T03:04:05Z</updated>
190     </feed>
191     #errors
192     /feed/author/email;addr-spec not supported;u
193    
194     #data
195     <feed xmlns="http://www.w3.org/2005/Atom"><id>about:</id><author><name>x</name><email>a@example.net</email><email>b@example.test</email></author>
196     <link rel="self" href=""/>
197     <title>x</title>
198     <updated>2000-01-02T03:04:05Z</updated>
199     </feed>
200     #errors
201     /feed/author/email;element not allowed:atom|PersonConstruct;m
202     /feed/author/email;addr-spec not supported;u
203     /feed/author/email;addr-spec not supported;u
204    
205     #data
206     <feed xmlns="http://www.w3.org/2005/Atom">
207     <id>about:</id>
208     <author><email>a@example.net</email></author>
209     <link rel="self" href=""/>
210     <updated>2000-01-02T03:04:05Z</updated>
211     <title>x</title>
212     </feed>
213     #errors
214 wakaba 1.7 /feed/author;child element missing:atom;name;m
215 wakaba 1.2 /feed/author/email;addr-spec not supported;u
216    
217     #data
218     <feed xmlns="http://www.w3.org/2005/Atom">
219     <id>about:</id>
220     <author><title>a@example.net</title></author>
221     <link rel="self" href=""/>
222     <updated>2000-01-02T03:04:05Z</updated>
223     <title>x</title>
224     </feed>
225     #errors
226 wakaba 1.7 /feed/author;child element missing:atom;name;m
227 wakaba 1.2 /feed/author/title;element not allowed:atom|PersonConstruct;m
228    
229     #data
230     <feed xmlns="http://www.w3.org/2005/Atom">
231     <id>about:</id>
232     <author><p>a@example.net</p></author>
233     <link rel="self" href=""/>
234     <updated>2000-01-02T03:04:05Z</updated>
235     <title>x</title>
236     </feed>
237     #errors
238 wakaba 1.7 /feed/author;child element missing:atom;name;m
239 wakaba 1.2 /feed/author/p;element not allowed:atom|PersonConstruct;m
240     /feed/author/p;element not defined;m
241 wakaba 1.3
242     #data
243     <feed xmlns="http://www.w3.org/2005/Atom">
244     <id>about:</id>
245     <author><name>x</name></author>
246     <link rel="self" href=""/>
247     <updated>2000-01-02T03:04:05Z</updated>
248     <title>x</title>
249     <entry>
250    
251     </entry>
252     </feed>
253     #errors
254 wakaba 1.7 /feed/entry;child element missing:atom;id;m
255     /feed/entry;child element missing:atom;title;m
256     /feed/entry;child element missing:atom;updated;m
257     /feed/entry;child element missing:atom:link:alternate;m
258 wakaba 1.3
259     #data
260     <feed xmlns="http://www.w3.org/2005/Atom">
261     <id>about:</id>
262     <author><name>x</name></author>
263     <link rel="self" href=""/>
264     <updated>2000-01-02T03:04:05Z</updated>
265     <title>x</title>
266     <entry>
267    
268     </entry>
269     <entry>
270     </entry>
271     </feed>
272     #errors
273 wakaba 1.7 /feed/entry;child element missing:atom;id;m
274     /feed/entry;child element missing:atom;title;m
275     /feed/entry;child element missing:atom;updated;m
276     /feed/entry;child element missing:atom:link:alternate;m
277     /feed/entry;child element missing:atom;id;m
278     /feed/entry;child element missing:atom;title;m
279     /feed/entry;child element missing:atom;updated;m
280     /feed/entry;child element missing:atom:link:alternate;m
281 wakaba 1.3
282     #data
283     <feed xmlns="http://www.w3.org/2005/Atom">
284     <id>about:</id>
285     <link rel="self" href=""/>
286     <updated>2000-01-02T03:04:05Z</updated>
287     <title>x</title>
288     <entry>
289    
290     </entry>
291     </feed>
292     #errors
293 wakaba 1.7 /feed;child element missing:atom;author;m
294     /feed/entry;child element missing:atom;author;m
295     /feed/entry;child element missing:atom;id;m
296     /feed/entry;child element missing:atom;title;m
297     /feed/entry;child element missing:atom;updated;m
298     /feed/entry;child element missing:atom:link:alternate;m
299 wakaba 1.3
300     #data
301     <feed xmlns="http://www.w3.org/2005/Atom">
302     <id>about:</id>
303     <link rel="self" href=""/>
304     <updated>2000-01-02T03:04:05Z</updated>
305     <title>x</title>
306     <entry>
307    
308     </entry>
309     <entry/>
310     </feed>
311     #errors
312 wakaba 1.7 /feed;child element missing:atom;author;m
313     /feed/entry;child element missing:atom;author;m
314     /feed/entry;child element missing:atom;author;m
315     /feed/entry;child element missing:atom;id;m
316     /feed/entry;child element missing:atom;title;m
317     /feed/entry;child element missing:atom;updated;m
318     /feed/entry;child element missing:atom:link:alternate;m
319     /feed/entry;child element missing:atom;id;m
320     /feed/entry;child element missing:atom;title;m
321     /feed/entry;child element missing:atom;updated;m
322     /feed/entry;child element missing:atom:link:alternate;m
323 wakaba 1.3
324     #data
325     <feed xmlns="http://www.w3.org/2005/Atom">
326     <id>about:</id>
327     <entry/>
328     <link rel="self" href=""/>
329     <updated>2000-01-02T03:04:05Z</updated>
330     <title>x</title>
331     </feed>
332     #errors
333 wakaba 1.7 /feed;child element missing:atom;author;m
334     /feed/entry;child element missing:atom;author;m
335     /feed/link;element not allowed;m
336     /feed/title;element not allowed;m
337     /feed/updated;element not allowed;m
338     /feed/entry;child element missing:atom;id;m
339     /feed/entry;child element missing:atom;title;m
340     /feed/entry;child element missing:atom;updated;m
341     /feed/entry;child element missing:atom:link:alternate;m
342 wakaba 1.3
343     #data
344     <feed xmlns="http://www.w3.org/2005/Atom">
345     <id>about:</id>
346     <entry/>
347     <author><name>x</name></author>
348     <link rel="self" href=""/>
349     <updated>2000-01-02T03:04:05Z</updated>
350     <title>x</title>
351     </feed>
352     #errors
353 wakaba 1.7 /feed/entry;child element missing:atom;id;m
354     /feed/entry;child element missing:atom;title;m
355     /feed/entry;child element missing:atom;updated;m
356     /feed/entry;child element missing:atom:link:alternate;m
357     /feed/author;element not allowed;m
358     /feed/link;element not allowed;m
359     /feed/updated;element not allowed;m
360     /feed/title;element not allowed;m
361 wakaba 1.3
362     #data
363     <feed xmlns="http://www.w3.org/2005/Atom">
364     <id>about:</id>
365     <link rel="self" href=""/>
366     <updated>2000-01-02T03:04:05Z</updated>
367     <title>x</title>
368     <entry>
369     <entry/>
370     </entry>
371     </feed>
372     #errors
373 wakaba 1.7 /feed;child element missing:atom;author;m
374     /feed/entry;child element missing:atom;author;m
375     /feed/entry/entry;element not allowed;m
376     /feed/entry/entry;child element missing:atom;author;m
377     /feed/entry;child element missing:atom;id;m
378     /feed/entry;child element missing:atom;title;m
379     /feed/entry;child element missing:atom;updated;m
380     /feed/entry;child element missing:atom:link:alternate;m
381     /feed/entry/entry;child element missing:atom;id;m
382     /feed/entry/entry;child element missing:atom;title;m
383     /feed/entry/entry;child element missing:atom;updated;m
384     /feed/entry/entry;child element missing:atom:link:alternate;m
385 wakaba 1.3
386     #data
387     <feed xmlns="http://www.w3.org/2005/Atom">
388     <id>about:</id>
389     <link rel="self" href=""/>
390     <updated>2000-01-02T03:04:05Z</updated>
391     <title>x</title>
392     <entry>
393     <author><name>x</name></author>
394     </entry>
395     </feed>
396     #errors
397 wakaba 1.7 /feed/entry;child element missing:atom;id;m
398     /feed/entry;child element missing:atom;title;m
399     /feed/entry;child element missing:atom;updated;m
400     /feed/entry;child element missing:atom:link:alternate;m
401 wakaba 1.3
402     #data
403     <feed xmlns="http://www.w3.org/2005/Atom">
404     <id>about:</id>
405     <link rel="self" href=""/>
406     <updated>2000-01-02T03:04:05Z</updated>
407     <title>x</title>
408     <entry>
409     <author><name>x</name></author>
410     </entry>
411     <entry/>
412     </feed>
413     #errors
414 wakaba 1.7 /feed;child element missing:atom;author;m
415     /feed/entry;child element missing:atom;author;m
416     /feed/entry;child element missing:atom;id;m
417     /feed/entry;child element missing:atom;title;m
418     /feed/entry;child element missing:atom;updated;m
419     /feed/entry;child element missing:atom:link:alternate;m
420     /feed/entry;child element missing:atom;id;m
421     /feed/entry;child element missing:atom;title;m
422     /feed/entry;child element missing:atom;updated;m
423     /feed/entry;child element missing:atom:link:alternate;m
424 wakaba 1.3
425     #data
426     <feed xmlns="http://www.w3.org/2005/Atom">
427     <id>about:</id>
428     <link rel="self" href=""/>
429     <updated>2000-01-02T03:04:05Z</updated>
430     <title>x</title>
431     <entry>
432     <source>
433     <author><name>x</name></author>
434     </source>
435     </entry>
436     </feed>
437     #errors
438 wakaba 1.7 /feed;child element missing:atom;author;m
439     /feed/entry;child element missing:atom;id;m
440     /feed/entry;child element missing:atom;title;m
441     /feed/entry;child element missing:atom;updated;m
442     /feed/entry;child element missing:atom:link:alternate;m
443 wakaba 1.3
444     #data
445     <feed xmlns="http://www.w3.org/2005/Atom">
446     <id>about:</id>
447     <link rel="self" href=""/>
448     <updated>2000-01-02T03:04:05Z</updated>
449     <title>x</title>
450     <source>
451     <author><name>x</name></author>
452     </source>
453     <entry>
454    
455     </entry>
456     </feed>
457     #errors
458 wakaba 1.7 /feed;child element missing:atom;author;m
459     /feed/entry;child element missing:atom;author;m
460     /feed/source;element not allowed;m
461     /feed/entry;child element missing:atom;id;m
462     /feed/entry;child element missing:atom;title;m
463     /feed/entry;child element missing:atom;updated;m
464     /feed/entry;child element missing:atom:link:alternate;m
465 wakaba 1.3
466     #data
467     <x xmlns="">
468     <feed xmlns="http://www.w3.org/2005/Atom">
469     <id>about:</id>
470     <author><name>x</name></author>
471     <link rel="self" href=""/>
472     <updated>2000-01-02T03:04:05Z</updated>
473     <title>x</title>
474     <entry>
475    
476     </entry>
477     </feed>
478     </x>
479     #errors
480 wakaba 1.7 /x;unknown element;u
481     /x/feed/entry;child element missing:atom;author;m
482     /x/feed/entry;child element missing:atom;id;m
483     /x/feed/entry;child element missing:atom;title;m
484     /x/feed/entry;child element missing:atom;updated;m
485     /x/feed/entry;child element missing:atom:link:alternate;m
486 wakaba 1.3
487     #data
488     <entry xmlns="http://www.w3.org/2005/Atom">
489     <id>about:</id>
490     <link rel="alternate" href=""/>
491     <updated>2000-01-02T03:04:05Z</updated>
492     <title>x</title>
493     </entry>
494     #errors
495 wakaba 1.7 /entry;child element missing:atom;author;m
496 wakaba 1.3
497     #data
498     <entry xmlns="http://www.w3.org/2005/Atom">
499     <id>about:</id>
500     <author><name>x</name></author>
501     <link rel="alternate" href=""/>
502     <updated>2000-01-02T03:04:05Z</updated>
503     <title>x</title>
504     </entry>
505     #errors
506    
507     #data
508     <entry xmlns="http://www.w3.org/2005/Atom">
509     <id>about:</id>
510     <source><author><name>x</name></author></source>
511     <link rel="alternate" href=""/>
512     <updated>2000-01-02T03:04:05Z</updated>
513     <title>x</title>
514     </entry>
515     #errors
516 wakaba 1.4
517     #data
518     <feed xmlns="http://www.w3.org/2005/Atom">
519     <id>about:</id>
520     <link rel="self" href=""/>
521     <updated>2000-01-02T03:04:05Z</updated>
522     <title>x</title>
523     <entry>
524    
525     </entry>
526     </feed>
527     #errors
528 wakaba 1.7 /feed;child element missing:atom;author;m
529     /feed/entry;child element missing:atom;author;m
530     /feed/entry;child element missing:atom;id;m
531     /feed/entry;child element missing:atom;title;m
532     /feed/entry;child element missing:atom;updated;m
533     /feed/entry;child element missing:atom:link:alternate;m
534 wakaba 1.4
535     #data
536     <feed xmlns="http://www.w3.org/2005/Atom">
537     <id>about:</id>
538     <link rel="self" href=""/>
539     <updated>2000-01-02T03:04:05Z</updated>
540     <title>x</title>
541     <entry>
542     <author><name>x</name></author>
543     </entry>
544     </feed>
545     #errors
546 wakaba 1.7 /feed/entry;child element missing:atom;id;m
547     /feed/entry;child element missing:atom;title;m
548     /feed/entry;child element missing:atom;updated;m
549     /feed/entry;child element missing:atom:link:alternate;m
550 wakaba 1.4
551     #data
552     <feed xmlns="http://www.w3.org/2005/Atom">
553     <id>about:</id>
554     <link rel="self" href=""/>
555     <updated>2000-01-02T03:04:05Z</updated>
556     <title>x</title>
557     <entry>
558     <author><name>x</name></author>
559     </entry>
560     <entry>
561     <author><name>x</name></author>
562     </entry>
563     </feed>
564     #errors
565 wakaba 1.7 /feed/entry;child element missing:atom;id;m
566     /feed/entry;child element missing:atom;title;m
567     /feed/entry;child element missing:atom;updated;m
568     /feed/entry;child element missing:atom:link:alternate;m
569     /feed/entry;child element missing:atom;id;m
570     /feed/entry;child element missing:atom;title;m
571     /feed/entry;child element missing:atom;updated;m
572     /feed/entry;child element missing:atom:link:alternate;m
573 wakaba 1.4
574     #data
575     <feed xmlns="http://www.w3.org/2005/Atom">
576     <id>about:</id>
577     <link rel="self" href=""/>
578     <updated>2000-01-02T03:04:05Z</updated>
579     <title>x</title>
580     <entry>
581     </entry>
582     <entry>
583     <author><name>x</name></author>
584     </entry>
585     </feed>
586     #errors
587 wakaba 1.7 /feed;child element missing:atom;author;m
588     /feed/entry;child element missing:atom;author;m
589     /feed/entry;child element missing:atom;id;m
590     /feed/entry;child element missing:atom;title;m
591     /feed/entry;child element missing:atom;updated;m
592     /feed/entry;child element missing:atom:link:alternate;m
593     /feed/entry;child element missing:atom;id;m
594     /feed/entry;child element missing:atom;title;m
595     /feed/entry;child element missing:atom;updated;m
596     /feed/entry;child element missing:atom:link:alternate;m
597 wakaba 1.4
598     #data
599     <feed xmlns="http://www.w3.org/2005/Atom">
600     <id>about:</id>
601     <link rel="self" href=""/>
602     <updated>2000-01-02T03:04:05Z</updated>
603     <title>x</title>
604     <entry>
605     <author><name>x</name></author>
606     </entry>
607     <entry>
608     </entry>
609     </feed>
610     #errors
611 wakaba 1.7 /feed;child element missing:atom;author;m
612     /feed/entry;child element missing:atom;id;m
613     /feed/entry;child element missing:atom;title;m
614     /feed/entry;child element missing:atom;updated;m
615     /feed/entry;child element missing:atom:link:alternate;m
616     /feed/entry;child element missing:atom;author;m
617     /feed/entry;child element missing:atom;id;m
618     /feed/entry;child element missing:atom;title;m
619     /feed/entry;child element missing:atom;updated;m
620     /feed/entry;child element missing:atom:link:alternate;m
621 wakaba 1.4
622     #data
623     <feed xmlns="http://www.w3.org/2005/Atom">
624     <id>about:</id>
625     <link rel="self" href=""/>
626     <updated>2000-01-02T03:04:05Z</updated>
627     <title>x</title>
628     <entry>
629     </entry>
630     <entry>
631     <author><name>x</name></author>
632     </entry>
633     </feed>
634     #errors
635 wakaba 1.7 /feed;child element missing:atom;author;m
636     /feed/entry;child element missing:atom;id;m
637     /feed/entry;child element missing:atom;title;m
638     /feed/entry;child element missing:atom;updated;m
639     /feed/entry;child element missing:atom:link:alternate;m
640     /feed/entry;child element missing:atom;author;m
641     /feed/entry;child element missing:atom;id;m
642     /feed/entry;child element missing:atom;title;m
643     /feed/entry;child element missing:atom;updated;m
644     /feed/entry;child element missing:atom:link:alternate;m
645 wakaba 1.4
646     #data
647     <feed xmlns="http://www.w3.org/2005/Atom">
648     <id>about:</id>
649     <link rel="self" href=""/>
650     <updated>2000-01-02T03:04:05Z</updated>
651     <title>x</title>
652     <entry>
653     <author><name>x</name></author>
654     </entry>
655     <entry>
656     </entry>
657     <entry>
658     </entry>
659     </feed>
660     #errors
661 wakaba 1.7 /feed;child element missing:atom;author;m
662     /feed/entry;child element missing:atom;id;m
663     /feed/entry;child element missing:atom;title;m
664     /feed/entry;child element missing:atom;updated;m
665     /feed/entry;child element missing:atom:link:alternate;m
666     /feed/entry;child element missing:atom;author;m
667     /feed/entry;child element missing:atom;id;m
668     /feed/entry;child element missing:atom;title;m
669     /feed/entry;child element missing:atom;updated;m
670     /feed/entry;child element missing:atom:link:alternate;m
671     /feed/entry;child element missing:atom;author;m
672     /feed/entry;child element missing:atom;id;m
673     /feed/entry;child element missing:atom;title;m
674     /feed/entry;child element missing:atom;updated;m
675     /feed/entry;child element missing:atom:link:alternate;m
676 wakaba 1.5
677     #data
678     <entry xmlns="http://www.w3.org/2005/Atom">
679     <id>about:</id>
680     <author><name>x</name></author>
681     <link rel="alternate" href=""/>
682     <updated>2000-01-02T03:04:05Z</updated>
683     <title>x</title>
684     <content src="x"/>
685     </entry>
686     #errors
687 wakaba 1.7 /entry;child element missing:atom;summary;m
688     /entry/content;attribute missing;type;s
689 wakaba 1.5
690     #data
691     <entry xmlns="http://www.w3.org/2005/Atom">
692     <id>about:</id>
693     <author><name>x</name></author>
694     <link rel="alternate" href=""/>
695     <updated>2000-01-02T03:04:05Z</updated>
696     <title>x</title>
697     <content src=""/>
698     <summary/>
699     </entry>
700     #errors
701 wakaba 1.7 /entry/content;attribute missing;type;s
702 wakaba 1.5
703     #data
704     <entry xmlns="http://www.w3.org/2005/Atom">
705     <id>about:</id>
706     <author><name>x</name></author>
707     <link rel="alternate" href=""/>
708     <updated>2000-01-02T03:04:05Z</updated>
709     <title>x</title>
710     <content type="image/png"/>
711     </entry>
712     #errors
713 wakaba 1.7 /entry;child element missing:atom;summary;m
714     /entry/content;atom|content not supported;image/png;u
715 wakaba 1.5
716     #data
717     <entry xmlns="http://www.w3.org/2005/Atom">
718     <id>about:</id>
719     <author><name>x</name></author>
720     <link rel="alternate" href=""/>
721     <updated>2000-01-02T03:04:05Z</updated>
722     <title>x</title>
723     <content type="message/rfc822"/>
724     </entry>
725     #errors
726     /entry/content/@type;IMT:composite;m
727 wakaba 1.7 /entry/content;atom|content not supported;image/png;u
728     /entry;child element missing:atom;summary;m
729 wakaba 1.6
730     #data
731     <entry xmlns="http://www.w3.org/2005/Atom">
732     <id>about:</id>
733     <author><name>x</name></author>
734     <link rel="alternate" href=""/>
735     <updated>2000-01-02T03:04:05Z</updated>
736     <title>x</title>
737     <content type="text"/>
738     </entry>
739     #errors
740    
741     #data
742     <entry xmlns="http://www.w3.org/2005/Atom">
743     <id>about:</id>
744     <author><name>x</name></author>
745     <link rel="alternate" href=""/>
746     <updated>2000-01-02T03:04:05Z</updated>
747     <title>x</title>
748     <content type="html"/>
749     </entry>
750     #errors
751     /entry/content;SUBDOC
752    
753     #data
754     <entry xmlns="http://www.w3.org/2005/Atom">
755     <id>about:</id>
756     <author><name>x</name></author>
757     <link rel="alternate" href=""/>
758     <updated>2000-01-02T03:04:05Z</updated>
759     <title>x</title>
760     <content type="xhtml"/>
761     </entry>
762     #errors
763 wakaba 1.7 /entry/content;child element missing;div;m
764 wakaba 1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24