mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-06 20:58:17 +03:00
- release 1.8.2 - HTML handling improvement - new tree handling functions - default namespace on attribute bug fixed - libxml use for C++ fixed (for good this time !) Daniel
12 lines
245 B
HTML
12 lines
245 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head><title>Regression test 4</title></head>
|
|
<body>
|
|
<h1>Regression test 4</h1>
|
|
<p>
|
|
Wrong close of tag P
|
|
</p>
|
|
<hr>
|
|
</body>
|
|
</html>
|