I'm trying to get the text inside an option element as part of an
XPath (example URL is http://googleblog.blogspot.com/). In XPather
both of these give the text I want (currently 'September 2008 (51)'):
//div[@id='BlogArchive1_ArchiveList']/select/option[2]
//div[@id='BlogArchive1_ArchiveList']/select/option[2]/text()
But in the "Define your page extraction rules" part of the Custom Data
Service developer tool for either one I get the message "WARNING:
Element meta with property = dc:title has no content."
I've checked the input using the link on the page, but it looks the
same as the code I'm seeing with XPather.
Have I done something dumb wrong or is this a bug? If I've done
something dumb, what is the correct way to get at the text of an
option element?
Rob