mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
html: Parse bogus comments instead of ignoring them
Also treat XML processing instructions as bogus comments.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!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>
|
||||
<!--?xml-stylesheet href="./css/ht2html.css" type="text/css"?--><html>
|
||||
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
|
||||
<head>
|
||||
<title>Python Programming Language</title>
|
||||
|
||||
Reference in New Issue
Block a user