html-parser

Tool to Convert External CSS to Inline CSS in Ruby?

I am messing around with GoogleDocs and it has very very primitive CSS support. If you upload an MSWord .doc or an HTML file and export it as HTML, all styles are applied inline. They have a style block in the html file, but when you upload the HTML file back to google docs, it doesn't apply any non-inline styles. So I was thinking "m...

How can I install HTML-Parser-3.64 on Perl 5.6?

I am trying to install HTML-Parser-3.64 and I get following report while running make test: ERL_DL_NONLAZY=1 /home/Perl/bin/perl -Iblib/arch -Iblib/lib -I/home/Perl/5.6.1-nothread/lib/perl5/5.6.1/sun4.SVR4 -I/home/Perl/5.6.1-nothread/lib/perl5/5.6.1 -e 'use Test::Harness qw( $verbose=0; runtests @ARGV;' t/*.t t/api_version........ok ...

Method to parse HTML document in Ruby?

like DOMDocument class in PHP, is there any class in RUBY (i.e the core RUBY), to parse and get node elements value from a HTML Document. ...

“html agility pack” like solutions for C/Objective-c/iPhone

Hi everyone! I need a powerful HTML parser and manipulator for Objective-C/C, like HTML Agility Pack. Can anyone tell me some optimal solution? One solution is libxml2, but it seams is not the best. Thanks in advance! ...

how to parse html

Hi All, I have downloaded java Html Parser but I dont know how to use the API for extracting the HTML data can u give some example so that i can work on it? ...