Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
codepo8 committed Jun 20, 2010
1 parent cdfdbaa commit 4d372fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion museums.xml
Expand Up @@ -15,7 +15,7 @@
var res = y.query("select href from html where url='http://collectionsonline.nmsi.ac.uk/info.php?page=0&v=1&s=trevithick&type=all&t=objects&f=&d=' and xpath='//div[@class="+'"'+"content"+'"'+"]/p[@align="+'"'+"center"+'"'+"]/a'").results;
y.log(res);
for each(var i in res..a){
y.log(i.text);
y.log(i.@href);
}
response.object = <foo></foo>;
]]></execute>
Expand Down

0 comments on commit 4d372fd

Please sign in to comment.