converting nested DIVs into CSV format....
- by wefwgeweg
okay there is already solutions for finding TABLE, LIST
and converting that to CSV
however, what about DIVs ? there are some sites that use DIV + CSS to display data....
i am using nokogiri, i wonder how will i be able to automatically find nested DIV, and convert it to CSV format ?