gives me all the a nodes following the <h4>Alabama</h4> tag in chrome
With the xpath.js tool I'm actually getting the a nodes for the state of Illinois.
When I look a little deeper, all states in the first column return the Illinois cities a node. All states in the second column return the cities for Montana.
First off, I really enjoy this application. It's been very beneficial.
I'm parsing the following link: http://www.craigslist.org/about/sites in chrome where
gives me all the a nodes following the <h4>Alabama</h4> tag in chrome
With the xpath.js tool I'm actually getting the a nodes for the state of Illinois.
When I look a little deeper, all states in the first column return the Illinois cities a node. All states in the second column return the cities for Montana.
Thanks again, Eric