tags: HTML

2015

October

2015 Oct 20
Unwrapping Nodes with Nokogiri

I learned a lot about the Nokogiri gem (used to parse and manipulate XML and HTML) when I wrote a script to download all my FriendFeed posts.

· Read more…

November

2015 Nov 12
Parsing HTML with Regexes

Back in the day when running a Perl script that used an XML parser was CPU-intensive and likely to get your shared hosting account suspended, I did spend time trying to parse pseudo-XML with regexes, which did make me feel kind of dirty.

· Read more…