Hi,
Any one have idea about how to use
Nokogiri::CSS(“abc.css”)
for parse css file or getting the classes and styles from that css file.
Thanks,
Priyank S.
Hi,
Any one have idea about how to use
Nokogiri::CSS(“abc.css”)
for parse css file or getting the classes and styles from that css file.
Thanks,
Priyank S.
Hi,
On 31.07.2010 13:52, Priyank S. wrote:
Any one have idea about how to use
Nokogiri::CSS(“abc.css”)
for parse css file or getting the classes and styles from that css file.
Nokogiri cannot parse CSS, what you’re looking at is part to parse the
selectors used to query your document. You need another library for
parsing CSS itself (see google).
HTH
Markus F. wrote:
Hi,
On 31.07.2010 13:52, Priyank S. wrote:
Any one have idea about how to use
Nokogiri::CSS(“abc.css”)
for parse css file or getting the classes and styles from that css file.
Nokogiri cannot parse CSS, what you’re looking at is part to parse the
selectors used to query your document. You need another library for
parsing CSS itself (see google).HTH
Hi,
Thanks for reply,
But i found gem for that is “css_parser” please check it.
http://github.com/alexdunae/css_parser
it is really nice.
Thanks,
Priyank S.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs