-
- Downloads
Skip incorrectly opened HTML comments
Commit 4fd69f3e fixed handling of '<' characters not followed by an ASCII letter. But a '<!' sequence followed by invalid characters should be treated as bogus comment and skipped. Fixes #380.
Showing
- HTMLparser.c 85 additions, 60 deletionsHTMLparser.c
- include/libxml/xmlerror.h 1 addition, 0 deletionsinclude/libxml/xmlerror.h
- result/HTML/issue380.html 6 additions, 0 deletionsresult/HTML/issue380.html
- result/HTML/issue380.html.err 6 additions, 0 deletionsresult/HTML/issue380.html.err
- result/HTML/issue380.html.sax 20 additions, 0 deletionsresult/HTML/issue380.html.sax
- test/HTML/issue380.html 5 additions, 0 deletionstest/HTML/issue380.html
Loading
Please register or sign in to comment