GNOME Bugzilla – Bug 151584
HTML parser lacks PI support
Last modified: 2009-08-15 18:40:50 UTC
>>> import libxml2 >>> doc = libxml2.htmlParseFile("http://www.python.org", None) http://www.python.org:3: HTML parser error : htmlParseStartTag: invalid element name <?xml-stylesheet href="./css/ht2html.css" type="text/css"?> ^ >>>
Fixed in CVS, Daniel
This should be fixed in release 2.6.15, thanks, Daniel