diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2001-02-13 17:05:35 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2001-02-13 17:05:35 +0000 |
| commit | f41fbbf6a9316873c948d7170391be184408ee3d (patch) | |
| tree | 4a4a439df93062b69a096db13321767747c412a5 /result/HTML | |
| parent | 5dd2f0a6cd66853f4509ba8f384a23f2de38455f (diff) | |
| download | platform_external_libxml2-f41fbbf6a9316873c948d7170391be184408ee3d.tar.gz platform_external_libxml2-f41fbbf6a9316873c948d7170391be184408ee3d.tar.bz2 platform_external_libxml2-f41fbbf6a9316873c948d7170391be184408ee3d.zip | |
testing and bug fixing related to XSLT:
- xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
on predicate
- HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
really want to have tags closed on output even if we accept
unclosed ones on input
Daniel
Diffstat (limited to 'result/HTML')
| -rw-r--r-- | result/HTML/doc3.htm.err | 6 | ||||
| -rw-r--r-- | result/HTML/doc3.htm.sax | 2 | ||||
| -rw-r--r-- | result/HTML/wired.html | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/result/HTML/doc3.htm.err b/result/HTML/doc3.htm.err index 73860c8c..46aae6f0 100644 --- a/result/HTML/doc3.htm.err +++ b/result/HTML/doc3.htm.err @@ -70,6 +70,12 @@ om/ad_static.asp?pid=2097&sid=1881&asid=7708"></a></IFRAME></CENTER></LI></FONT ./test/HTML/doc3.htm:828: error: Unexpected end tag : p Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></ ^ +./test/HTML/doc3.htm:828: error: Opening and ending tag mismatch: center and td + Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></ + ^ +./test/HTML/doc3.htm:828: error: Opening and ending tag mismatch: center and tbody + Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></ + ^ ./test/HTML/doc3.htm:828: error: Opening and ending tag mismatch: center and table Special<BR>Code:BP6-hd</FONT></A> </P></CENTER></TD></TR></TBODY></ ^ diff --git a/result/HTML/doc3.htm.sax b/result/HTML/doc3.htm.sax index f8207e76..de3a6820 100644 --- a/result/HTML/doc3.htm.sax +++ b/result/HTML/doc3.htm.sax @@ -2789,8 +2789,10 @@ SAX.endElement(font) SAX.endElement(a) SAX.characters( , 1) SAX.error: Unexpected end tag : p +SAX.error: Opening and ending tag mismatch: center and td SAX.endElement(td) SAX.endElement(tr) +SAX.error: Opening and ending tag mismatch: center and tbody SAX.endElement(tbody) SAX.error: Opening and ending tag mismatch: center and table SAX.endElement(table) diff --git a/result/HTML/wired.html b/result/HTML/wired.html index 7faa348d..74b68e88 100644 --- a/result/HTML/wired.html +++ b/result/HTML/wired.html @@ -73,7 +73,7 @@ <!-- WIRED NEWS header --><!-- CMD_HOST = scoop.hotwired.com --><a name="#"></a> <table border="0" width="600" cellspacing="0" cellpadding="0"> <tr> -<td> +<td></td> <td colspan="2"><img src="http://static.wired.com/news/images/spacer.gif" height="5" width="447" alt=""></td> </tr> <tr> @@ -625,7 +625,7 @@ Contruction workers in Berlin opened an old wound in the German psyche this week </p> </td> <td valign="TOP" align="LEFT"><img src="http://static.wired.com/news/images/spacer.gif" height="1" width="5" alt=""></td> -<td valign="TOP" align="LEFT"> +<td valign="TOP" align="LEFT"></td> </tr> </table> <br> |
