After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 151584 - HTML parser lacks PI support
HTML parser lacks PI support
Status: VERIFIED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-01 09:31 UTC by Daniel Veillard
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Veillard 2004-09-01 09:31:20 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"?>
 ^
>>>
Comment 1 Daniel Veillard 2004-10-22 14:35:23 UTC
Fixed in CVS,

Daniel
Comment 2 Daniel Veillard 2004-10-28 07:23:55 UTC
This should be fixed in release 2.6.15,

  thanks,

Daniel