libxml2/result/HTML/reg3.html
Daniel Veillard 5cb5ab8d94 - release 1.8.2 - HTML handling improvement - new tree handling functions
- 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
1999-12-21 15:35:29 +00:00

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>