in reply to Re^2: Testing generated HTML
in thread [Solved] Testing generated HTML
XML::LibXML::Reader is a pull parser. It's used to process large XML documents that don't fit into memory. It interpreted the document as XML and didn't find a closing tag for the link element (as it's not needed in HTML). The documentation doesn't mention how to tell it to process HTML instead of XML, but I guess it doesn't support HTML5, either.
See HTML::HTML5::Parser for an alternative (I haven't tried it myself).
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Testing generated HTML
by Myrddin Wyllt (Hermit) on Feb 22, 2016 at 13:44 UTC | |
by davies (Monsignor) on Feb 22, 2016 at 14:01 UTC | |
by Myrddin Wyllt (Hermit) on Feb 22, 2016 at 16:35 UTC |