diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2004-10-22 14:34:23 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2004-10-22 14:34:23 +0000 |
| commit | fc484dd0a01b5f8f2187dd8a6791d5f8677fa816 (patch) | |
| tree | bc3821ffcd1da9d9c0d27a7b20f942bdc5e5b77c /test/HTML/python.html | |
| parent | 01c3bd53d8460c5985e7faca72d4b0c8fa6f8419 (diff) | |
| download | platform_external_libxml2-fc484dd0a01b5f8f2187dd8a6791d5f8677fa816.tar.gz platform_external_libxml2-fc484dd0a01b5f8f2187dd8a6791d5f8677fa816.tar.bz2 platform_external_libxml2-fc484dd0a01b5f8f2187dd8a6791d5f8677fa816.zip | |
added support for HTML PIs #156087 added specific tests Daniel
* HTMLparser.c: added support for HTML PIs #156087
* test/HTML/python.html result/HTML/python.html*: added specific tests
Daniel
Diffstat (limited to 'test/HTML/python.html')
| -rw-r--r-- | test/HTML/python.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/HTML/python.html b/test/HTML/python.html new file mode 100644 index 00000000..51a63943 --- /dev/null +++ b/test/HTML/python.html @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd" > +<?xml-stylesheet href="./css/ht2html.css" type="text/css"?> +<html> +<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> +<head> +<title>Python Programming Language</title> +</head> +<body> +</body></html> |
