Package: libghc6-tagsoup-dev Version: 0.6-1 Severity: normal TagSoup does not handle HTML which has spaces between the attribute name, '=', and value. For instance:
Prelude Text.HTML.TagSoup> parseTags "<a href='http://example.org'>" [TagOpen "a" [("href","http://example.org")]] Prelude Text.HTML.TagSoup> parseTags "<a href = 'http://example.org'>" [TagOpen "a" [("href",""),("","http://example.org")]] There exist pages broken in this way. For instance: http://galactanet.com/comic/view.php?strip=1 -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org