Skip to content

Commit

Permalink
Update yahoo/finance/yahoo.finance.isin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnum committed Oct 21, 2011
1 parent 120e927 commit 08460c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yahoo/finance/yahoo.finance.isin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"select * from html " +
"where url=@url and " +
"xpath='" +
"//table[@summary = \"YFT_SL_TABLE_SUMMARY\"]/tbody/tr[./td[contains(.,\"FRA\")]]/td[1]/a'" ,
"//table[@summary = \"YFT_SL_TABLE_SUMMARY\"]/tbody/tr[./td[position() < 7 and contains(.,\"FRA\")]]/td[1]/a'" ,
{url:url});
var stock = <stock symbol={symbol}></stock>;
Expand Down

0 comments on commit 08460c3

Please sign in to comment.