mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
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
This commit is contained in:
10
test/HTML/python.html
Normal file
10
test/HTML/python.html
Normal file
@@ -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>
|
Reference in New Issue
Block a user