mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08: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
15 lines
271 B
HTML
15 lines
271 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 3</title></head>
|
|
<body>
|
|
<h1>Regression test 3</h1>
|
|
<p>
|
|
Autoclose of tag P
|
|
</p>
|
|
<hr>
|
|
<p>
|
|
Ok file no problem
|
|
</p>
|
|
</body>
|
|
</html>
|