Michael Heerklotz
31762cc633
Added support for html css style tag and attribute
* include/wget/wget.h: Add 'size_t len' to wget_css_parse_buffer()
and wget_css_get_urls()
* libwget/css.c (wget_css_parse_buffer): Use yy_scan_bytes() instead
of yy_scan_string()
* libwget/css_url.c: Add param to wget_css_get_urls() and
wget_css_parse_buffer()
* libwget/html_url.c: Add _css_parse_encoding() and _css_parse_uri(),
(_html_get_url): Deal with 'style' attribute,
(wget_html_free_urls_inline): Free url if needed
* libwget/test_linking.c: Add param to wget_css_parse_buffer()
* libwget/xml.c (parseXML): Add check for 'style'
* src/wget.c (css_parse): Add param 'size_t len'
* tests/Makefile.am: Add new test test-parse-html-css
* tests/test-parse-html-css.c: New file
2017-04-13 10:06:25 +02:00
..
2017-02-22 13:16:40 +01:00
2013-01-03 12:05:27 +01:00
2017-02-28 15:31:30 +01:00
2017-04-11 14:40:47 +02:00
2017-02-28 15:31:30 +01:00
2017-04-13 10:06:25 +02:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-04-12 16:34:11 +02:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-03-23 11:25:21 +01:00
2017-03-09 11:37:49 +01:00
2017-03-25 20:35:05 +01:00
2017-02-28 15:31:30 +01:00
2017-04-12 11:12:59 +02:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-03-30 11:53:03 +02:00
2017-03-27 21:51:42 +02:00
2017-03-27 21:51:42 +02:00
2017-03-27 21:51:42 +02:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-03-13 10:00:53 +01:00
2017-02-28 15:31:30 +01:00
2017-03-30 21:04:33 +02:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-04-13 10:06:25 +02:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-02-28 15:31:30 +01:00
2017-04-04 12:29:45 +02:00
2013-08-16 21:59:11 +02:00
2016-10-07 17:51:48 +02:00