--
You received this message because you are subscribed to the Google Groups "scrapy-users" group.
To post to this group, send email to scrapy...@googlegroups.com.
To unsubscribe from this group, send email to scrapy-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scrapy-users?hl=en.
>>> hxs.select('//dl/dt[normalize-space()="APIs"]/following-sibling::dd//text()').extract()
[u'Flickr', u'Twitter']
~Rolando