Hi can anyone help me how to select a specific div from the content of a webpage.
Let\'s say i want to get the div with id=\"wrapper_content\" from webpage
id=\"wrapper_content\"
check our hpricot, it lets you elegantly select sections
first you would use curl to get the document, then use hpricot to get the part you need