pstuteville-scrubyt 0.4.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (520) hide show
  1. data/CHANGELOG +355 -0
  2. data/COPYING +340 -0
  3. data/README.rdoc +121 -0
  4. data/Rakefile +120 -0
  5. data/VERSION +1 -0
  6. data/examples/README.txt +1 -0
  7. data/examples/events/delta/input.html +682 -0
  8. data/examples/events/delta/test.rb +16 -0
  9. data/examples/misc/auto_regex/input.html +22 -0
  10. data/examples/misc/auto_regex/test.rb +14 -0
  11. data/examples/misc/compound_example/advanced/test.rb +11 -0
  12. data/examples/misc/compound_example/advanced/tricky_compound.html +9 -0
  13. data/examples/misc/compound_example/regexp/regexp_compound.html +17 -0
  14. data/examples/misc/compound_example/regexp/test.rb +11 -0
  15. data/examples/misc/compound_example/simple/compound.html +5 -0
  16. data/examples/misc/compound_example/simple/test.rb +11 -0
  17. data/examples/misc/detail_page/detailpage.html +6 -0
  18. data/examples/misc/detail_page/index.html +9 -0
  19. data/examples/misc/detail_page/test.rb +17 -0
  20. data/examples/misc/google/test.rb +39 -0
  21. data/examples/misc/identical_examples/data_extractor_export.rb +12 -0
  22. data/examples/misc/identical_examples/input.html +16 -0
  23. data/examples/misc/identical_examples/test.rb +15 -0
  24. data/examples/misc/immediate_attribute_extraction/data_extractor_export.rb +10 -0
  25. data/examples/misc/immediate_attribute_extraction/input.html +16 -0
  26. data/examples/misc/immediate_attribute_extraction/test.rb +14 -0
  27. data/examples/misc/multiple_examples/input.html +7 -0
  28. data/examples/misc/multiple_examples/test.rb +22 -0
  29. data/examples/misc/on_click_next/next_page_link.rb +42 -0
  30. data/examples/misc/on_click_next/page_1.html +10 -0
  31. data/examples/misc/on_click_next/page_2.html +10 -0
  32. data/examples/misc/on_click_next/page_3.html +7 -0
  33. data/examples/misc/rubycorner/test.rb +29 -0
  34. data/examples/misc/rubyforge_login/test.rb +30 -0
  35. data/examples/misc/tables/ambigous_records/input.html +17 -0
  36. data/examples/misc/tables/ambigous_records/test.rb +37 -0
  37. data/examples/misc/tables/another_plain_table/input.html +15 -0
  38. data/examples/misc/tables/another_plain_table/test.rb +25 -0
  39. data/examples/misc/tables/complex_table/input.html +45 -0
  40. data/examples/misc/tables/complex_table/test.rb +30 -0
  41. data/examples/misc/tables/grab_rows/input.html +20 -0
  42. data/examples/misc/tables/grab_rows/test.rb +30 -0
  43. data/examples/misc/tables/plain_table/input.html +39 -0
  44. data/examples/misc/tables/plain_table/test.rb +35 -0
  45. data/examples/misc/tables/plain_table_morepages/2.html +38 -0
  46. data/examples/misc/tables/plain_table_morepages/3.html +33 -0
  47. data/examples/misc/tables/plain_table_morepages/input.html +40 -0
  48. data/examples/misc/tables/plain_table_morepages/test.rb +32 -0
  49. data/examples/misc/tables/plain_table_morepages_with_image/2.html +40 -0
  50. data/examples/misc/tables/plain_table_morepages_with_image/3.html +33 -0
  51. data/examples/misc/tables/plain_table_morepages_with_image/images/right_arrow.png +0 -0
  52. data/examples/misc/tables/plain_table_morepages_with_image/input.html +42 -0
  53. data/examples/misc/tables/plain_table_morepages_with_image/test.rb +32 -0
  54. data/examples/misc/tables/test_select_indices/input.html +46 -0
  55. data/examples/misc/tables/test_select_indices/test.rb +55 -0
  56. data/examples/misc/xpath_example_type/input.html +15 -0
  57. data/examples/misc/xpath_example_type/test.rb +18 -0
  58. data/examples/misc/yahoo_finance/test.rb +26 -0
  59. data/examples/social/blog_comment/test.rb +27 -0
  60. data/examples/social/del.icio.us/test.rb +22 -0
  61. data/examples/social/digg/test.rb +37 -0
  62. data/examples/social/dzone/test.rb +28 -0
  63. data/examples/social/linkedin/linkedin.rb +23 -0
  64. data/examples/social/reddit/test.rb +23 -0
  65. data/examples/tones_extractor_export.rb +23 -0
  66. data/examples/webshops/amazon/002-8212888-3924065.html +5311 -0
  67. data/examples/webshops/amazon/002-8212888-3924065_files/0130796034.jpg +0 -0
  68. data/examples/webshops/amazon/002-8212888-3924065_files/020161622X.jpg +0 -0
  69. data/examples/webshops/amazon/002-8212888-3924065_files/0321223675.jpg +0 -0
  70. data/examples/webshops/amazon/002-8212888-3924065_files/0465067107.jpg +0 -0
  71. data/examples/webshops/amazon/002-8212888-3924065_files/0470069155.jpg +0 -0
  72. data/examples/webshops/amazon/002-8212888-3924065_files/0470081201.jpg +0 -0
  73. data/examples/webshops/amazon/002-8212888-3924065_files/0596005253.jpg +0 -0
  74. data/examples/webshops/amazon/002-8212888-3924065_files/0596101325.jpg +0 -0
  75. data/examples/webshops/amazon/002-8212888-3924065_files/0596523696.jpg +0 -0
  76. data/examples/webshops/amazon/002-8212888-3924065_files/0672328844.jpg +0 -0
  77. data/examples/webshops/amazon/002-8212888-3924065_files/0764596861.jpg +0 -0
  78. data/examples/webshops/amazon/002-8212888-3924065_files/0974514055.jpg +0 -0
  79. data/examples/webshops/amazon/002-8212888-3924065_files/0976694069.jpg +0 -0
  80. data/examples/webshops/amazon/002-8212888-3924065_files/0977616606.jpg +0 -0
  81. data/examples/webshops/amazon/002-8212888-3924065_files/0977616614.jpg +0 -0
  82. data/examples/webshops/amazon/002-8212888-3924065_files/0977616630.jpg +0 -0
  83. data/examples/webshops/amazon/002-8212888-3924065_files/1590597362.jpg +0 -0
  84. data/examples/webshops/amazon/002-8212888-3924065_files/1594480060.jpg +0 -0
  85. data/examples/webshops/amazon/002-8212888-3924065_files/1932394699.jpg +0 -0
  86. data/examples/webshops/amazon/002-8212888-3924065_files/2841772101.jpg +0 -0
  87. data/examples/webshops/amazon/002-8212888-3924065_files/amzn-logo-118w.gif +0 -0
  88. data/examples/webshops/amazon/002-8212888-3924065_files/askville-adwidget-bullet.gif +0 -0
  89. data/examples/webshops/amazon/002-8212888-3924065_files/askville-logo-sm-adwidget-white-bg.gif +0 -0
  90. data/examples/webshops/amazon/002-8212888-3924065_files/book_display_on_website-icon.gif +0 -0
  91. data/examples/webshops/amazon/002-8212888-3924065_files/btn-inactive-no-ns.gif +0 -0
  92. data/examples/webshops/amazon/002-8212888-3924065_files/btn-inactive-no.gif +0 -0
  93. data/examples/webshops/amazon/002-8212888-3924065_files/btn-inactive-yes-ns.gif +0 -0
  94. data/examples/webshops/amazon/002-8212888-3924065_files/btn-inactive-yes.gif +0 -0
  95. data/examples/webshops/amazon/002-8212888-3924065_files/btn-no-tiny.gif +0 -0
  96. data/examples/webshops/amazon/002-8212888-3924065_files/btn-yes-tiny.gif +0 -0
  97. data/examples/webshops/amazon/002-8212888-3924065_files/buybox-button-find-gifts-a.gif +0 -0
  98. data/examples/webshops/amazon/002-8212888-3924065_files/c7y_badge_rn_1.gif +0 -0
  99. data/examples/webshops/amazon/002-8212888-3924065_files/cap-a9-3.gif +0 -0
  100. data/examples/webshops/amazon/002-8212888-3924065_files/drop-down-icon-small-arrow.gif +0 -0
  101. data/examples/webshops/amazon/002-8212888-3924065_files/endcap-a9-go-2.gif +0 -0
  102. data/examples/webshops/amazon/002-8212888-3924065_files/gb-open-new.gif +0 -0
  103. data/examples/webshops/amazon/002-8212888-3924065_files/gc-logo-popover-a.gif +0 -0
  104. data/examples/webshops/amazon/002-8212888-3924065_files/gift-cert-roto-pop-a.gif +0 -0
  105. data/examples/webshops/amazon/002-8212888-3924065_files/go-button-books.gif +0 -0
  106. data/examples/webshops/amazon/002-8212888-3924065_files/go-button.gif +0 -0
  107. data/examples/webshops/amazon/002-8212888-3924065_files/go-orange-trans.gif +0 -0
  108. data/examples/webshops/amazon/002-8212888-3924065_files/go_button_photo.gif +0 -0
  109. data/examples/webshops/amazon/002-8212888-3924065_files/logo-off.gif +0 -0
  110. data/examples/webshops/amazon/002-8212888-3924065_files/n2CoreLibs-events-18134.js +1407 -0
  111. data/examples/webshops/amazon/002-8212888-3924065_files/n2CoreLibs-n2v1-57871.css +364 -0
  112. data/examples/webshops/amazon/002-8212888-3924065_files/n2CoreLibs-simplePopover-41153.js +749 -0
  113. data/examples/webshops/amazon/002-8212888-3924065_files/n2CoreLibs-utilities-25439.js +1608 -0
  114. data/examples/webshops/amazon/002-8212888-3924065_files/orange-arrow.gif +0 -0
  115. data/examples/webshops/amazon/002-8212888-3924065_files/orange-arrow_002.gif +0 -0
  116. data/examples/webshops/amazon/002-8212888-3924065_files/popover-blurb.gif +0 -0
  117. data/examples/webshops/amazon/002-8212888-3924065_files/powered-by-a9.gif +0 -0
  118. data/examples/webshops/amazon/002-8212888-3924065_files/stars-3-5.gif +0 -0
  119. data/examples/webshops/amazon/002-8212888-3924065_files/stars-4-0.gif +0 -0
  120. data/examples/webshops/amazon/002-8212888-3924065_files/stars-4-5.gif +0 -0
  121. data/examples/webshops/amazon/002-8212888-3924065_files/stars-5-0.gif +0 -0
  122. data/examples/webshops/amazon/002-8212888-3924065_files/tagline-adwidget.gif +0 -0
  123. data/examples/webshops/amazon/002-8212888-3924065_files/topnav-cart.gif +0 -0
  124. data/examples/webshops/amazon/002-8212888-3924065_files/transparent-pixel.gif +0 -0
  125. data/examples/webshops/amazon/002-8212888-3924065_files/transparent-pixel_002.gif +0 -0
  126. data/examples/webshops/amazon/test.rb +27 -0
  127. data/examples/webshops/amazon-online/test.rb +34 -0
  128. data/examples/webshops/barnes_and_noble/test.rb +32 -0
  129. data/examples/webshops/barnes_offline/barnes_and_noble.html +115 -0
  130. data/examples/webshops/barnes_offline/barnes_and_noble_files/10964080.gif +0 -0
  131. data/examples/webshops/barnes_offline/barnes_and_noble_files/10999676.gif +0 -0
  132. data/examples/webshops/barnes_offline/barnes_and_noble_files/11018492.gif +0 -0
  133. data/examples/webshops/barnes_offline/barnes_and_noble_files/11656534.gif +0 -0
  134. data/examples/webshops/barnes_offline/barnes_and_noble_files/11985045.gif +0 -0
  135. data/examples/webshops/barnes_offline/barnes_and_noble_files/12052378.gif +0 -0
  136. data/examples/webshops/barnes_offline/barnes_and_noble_files/12138286.gif +0 -0
  137. data/examples/webshops/barnes_offline/barnes_and_noble_files/12533212.gif +0 -0
  138. data/examples/webshops/barnes_offline/barnes_and_noble_files/12533268.gif +0 -0
  139. data/examples/webshops/barnes_offline/barnes_and_noble_files/9583392.gif +0 -0
  140. data/examples/webshops/barnes_offline/barnes_and_noble_files/SearchProduct.css +626 -0
  141. data/examples/webshops/barnes_offline/barnes_and_noble_files/admin3_gtpointup.gif +0 -0
  142. data/examples/webshops/barnes_offline/barnes_and_noble_files/admin_aboutshipping.gif +0 -0
  143. data/examples/webshops/barnes_offline/barnes_and_noble_files/admin_account.gif +0 -0
  144. data/examples/webshops/barnes_offline/barnes_and_noble_files/admin_colon.gif +0 -0
  145. data/examples/webshops/barnes_offline/barnes_and_noble_files/admin_giftreminder.gif +0 -0
  146. data/examples/webshops/barnes_offline/barnes_and_noble_files/admin_help.gif +0 -0
  147. data/examples/webshops/barnes_offline/barnes_and_noble_files/admin_orderstatus.gif +0 -0
  148. data/examples/webshops/barnes_offline/barnes_and_noble_files/admin_wishlist.gif +0 -0
  149. data/examples/webshops/barnes_offline/barnes_and_noble_files/bg.gif +0 -0
  150. data/examples/webshops/barnes_offline/barnes_and_noble_files/btnGoGrn.gif +0 -0
  151. data/examples/webshops/barnes_offline/barnes_and_noble_files/cleardot.gif +0 -0
  152. data/examples/webshops/barnes_offline/barnes_and_noble_files/cleardot_002.gif +0 -0
  153. data/examples/webshops/barnes_offline/barnes_and_noble_files/dot4.gif +0 -0
  154. data/examples/webshops/barnes_offline/barnes_and_noble_files/dotGold20.gif +0 -0
  155. data/examples/webshops/barnes_offline/barnes_and_noble_files/hdCantFind.gif +0 -0
  156. data/examples/webshops/barnes_offline/barnes_and_noble_files/hdSearchResults.gif +0 -0
  157. data/examples/webshops/barnes_offline/barnes_and_noble_files/hgg_tab_home_cold.gif +0 -0
  158. data/examples/webshops/barnes_offline/barnes_and_noble_files/hgg_tab_toy_cold.gif +0 -0
  159. data/examples/webshops/barnes_offline/barnes_and_noble_files/iframeKMP.js +172 -0
  160. data/examples/webshops/barnes_offline/barnes_and_noble_files/kmp_iframe_cds2.html +25 -0
  161. data/examples/webshops/barnes_offline/barnes_and_noble_files/kmp_iframe_cds2_data/070226_mc_lnav_search.gif +0 -0
  162. data/examples/webshops/barnes_offline/barnes_and_noble_files/kmp_iframe_cds2_data/XmlUtil.js +199 -0
  163. data/examples/webshops/barnes_offline/barnes_and_noble_files/kmp_iframe_cds2_data/XslStyleSheet.js +1 -0
  164. data/examples/webshops/barnes_offline/barnes_and_noble_files/kmp_iframe_cds2_data/kmp_gen.css +81 -0
  165. data/examples/webshops/barnes_offline/barnes_and_noble_files/kmp_iframe_cds2_data/product-preview-core.js +337 -0
  166. data/examples/webshops/barnes_offline/barnes_and_noble_files/kmp_iframe_cds2_data/product-preview.css +36 -0
  167. data/examples/webshops/barnes_offline/barnes_and_noble_files/kmp_iframe_cds2_data/productpreview.js +11 -0
  168. data/examples/webshops/barnes_offline/barnes_and_noble_files/linePagination.gif +0 -0
  169. data/examples/webshops/barnes_offline/barnes_and_noble_files/logo_bn05.gif +0 -0
  170. data/examples/webshops/barnes_offline/barnes_and_noble_files/navbar.js +34 -0
  171. data/examples/webshops/barnes_offline/barnes_and_noble_files/navbar_06.css +136 -0
  172. data/examples/webshops/barnes_offline/barnes_and_noble_files/popup_open.js +116 -0
  173. data/examples/webshops/barnes_offline/barnes_and_noble_files/qsearch3_vline_dots.gif +0 -0
  174. data/examples/webshops/barnes_offline/barnes_and_noble_files/qsearch4_search.gif +0 -0
  175. data/examples/webshops/barnes_offline/barnes_and_noble_files/qsearch_AdvSearch.jpg +0 -0
  176. data/examples/webshops/barnes_offline/barnes_and_noble_files/subnav_colon.gif +0 -0
  177. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_Bookclubs_cold.gif +0 -0
  178. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_bnjr_cold.gif +0 -0
  179. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_books_hot.gif +0 -0
  180. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_dvd_cold.gif +0 -0
  181. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_giftcards_cold.gif +0 -0
  182. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_home_cold.gif +0 -0
  183. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_member_cc_cold.gif +0 -0
  184. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_music_cold.gif +0 -0
  185. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_pipe.gif +0 -0
  186. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_textbooksonly_cold.gif +0 -0
  187. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_usedoop_cold.gif +0 -0
  188. data/examples/webshops/barnes_offline/barnes_and_noble_files/tab_videogames_cold.gif +0 -0
  189. data/examples/webshops/barnes_offline/barnes_and_noble_files/toppromo3_rule.gif +0 -0
  190. data/examples/webshops/barnes_offline/barnes_and_noble_files/toppromo_fastfree05.gif +0 -0
  191. data/examples/webshops/barnes_offline/barnes_and_noble_files/vcart_btn_checkout.gif +0 -0
  192. data/examples/webshops/barnes_offline/barnes_and_noble_files/vcart_icon_cart.gif +0 -0
  193. data/examples/webshops/barnes_offline/barnes_and_noble_files/vcart_topbot_rule.gif +0 -0
  194. data/examples/webshops/barnes_offline/barnes_and_noble_files/visualcart_prodid.js +401 -0
  195. data/examples/webshops/barnes_offline/test.rb +30 -0
  196. data/examples/webshops/buydig/2_files/03AA1BB9089A4A6A92CF23F280D664EB.jpg +0 -0
  197. data/examples/webshops/buydig/2_files/1008.gif +0 -0
  198. data/examples/webshops/buydig/2_files/1013.gif +0 -0
  199. data/examples/webshops/buydig/2_files/1020.gif +0 -0
  200. data/examples/webshops/buydig/2_files/106CF2FB84B446518397517C3E6D5AD8.jpg +0 -0
  201. data/examples/webshops/buydig/2_files/13-www.gif +0 -0
  202. data/examples/webshops/buydig/2_files/1E9BB2E56AB145FC9D6EF952703AF476.jpg +0 -0
  203. data/examples/webshops/buydig/2_files/1FCDFBE85CDB4D429EC2C8CB24D20457.jpg +0 -0
  204. data/examples/webshops/buydig/2_files/1pix.gif +0 -0
  205. data/examples/webshops/buydig/2_files/2014.gif +0 -0
  206. data/examples/webshops/buydig/2_files/2089.gif +0 -0
  207. data/examples/webshops/buydig/2_files/24992_medal.gif +0 -0
  208. data/examples/webshops/buydig/2_files/24BBCBA1397F4DDCBBBBE8456D6D6E5B.jpg +0 -0
  209. data/examples/webshops/buydig/2_files/281F8A6019B140F38DFD45EB7B69B0FB.jpg +0 -0
  210. data/examples/webshops/buydig/2_files/2975F866CB2149F7ACBC559C8E24E304.jpg +0 -0
  211. data/examples/webshops/buydig/2_files/316FC9256DC9460ABC3C5ECAF6C60286.jpg +0 -0
  212. data/examples/webshops/buydig/2_files/50569327D8B94252B95E449AE470E505.jpg +0 -0
  213. data/examples/webshops/buydig/2_files/519CDAB404FA4543B76B5F281468ACBF.jpg +0 -0
  214. data/examples/webshops/buydig/2_files/57D6146419A647BA89C96AF0B5CAB03C.jpg +0 -0
  215. data/examples/webshops/buydig/2_files/58E3F988E184448B8C0A59874AE123A8.jpg +0 -0
  216. data/examples/webshops/buydig/2_files/5E5B10197A4E4C9B9ECCD6309DBE4C54.jpg +0 -0
  217. data/examples/webshops/buydig/2_files/609A249177D04065B37B9161CB0BC92D.jpg +0 -0
  218. data/examples/webshops/buydig/2_files/676CEE8E53C2445982E991871B4DF613.jpg +0 -0
  219. data/examples/webshops/buydig/2_files/712BA08FAB524A31A76ABB9E2009FF8E.jpg +0 -0
  220. data/examples/webshops/buydig/2_files/734BD08D7A5049339393166491D09D21.jpg +0 -0
  221. data/examples/webshops/buydig/2_files/751E72B7003343248497FE6905F80787.jpg +0 -0
  222. data/examples/webshops/buydig/2_files/76493D4F02F14EF7B5886510604C7BB4.jpg +0 -0
  223. data/examples/webshops/buydig/2_files/79521E251278486DB29529C60C9D012A.jpg +0 -0
  224. data/examples/webshops/buydig/2_files/9C9AF82AC3B54BDC8C705278B50FDFD6.jpg +0 -0
  225. data/examples/webshops/buydig/2_files/BC3FD8307B9948FDB7EEF156D8629C37.jpg +0 -0
  226. data/examples/webshops/buydig/2_files/C0DD4574765047D1836F505E69DC8AE5.jpg +0 -0
  227. data/examples/webshops/buydig/2_files/C143F48515274A44B04F4B3E46306BD2.jpg +0 -0
  228. data/examples/webshops/buydig/2_files/C6B02E88F729464699DB275D140F4563.jpg +0 -0
  229. data/examples/webshops/buydig/2_files/CE334D6206DB4FA9AFDF339AEF0AF50F.jpg +0 -0
  230. data/examples/webshops/buydig/2_files/D66AE0DC865A4021AB300ED3A0C4CD11.jpg +0 -0
  231. data/examples/webshops/buydig/2_files/DEA2EC2093DC474D96B651068576DAE5.jpg +0 -0
  232. data/examples/webshops/buydig/2_files/F547677D83844042BF13A4BE6523BB50.jpg +0 -0
  233. data/examples/webshops/buydig/2_files/Rbbbonlineseal.gif +0 -0
  234. data/examples/webshops/buydig/2_files/TopSellers_bottom.gif +0 -0
  235. data/examples/webshops/buydig/2_files/TopSellers_ttl.gif +0 -0
  236. data/examples/webshops/buydig/2_files/addToFavorites_ttl.gif +0 -0
  237. data/examples/webshops/buydig/2_files/banner_CorporateSales.gif +0 -0
  238. data/examples/webshops/buydig/2_files/banner_Shipping.gif +0 -0
  239. data/examples/webshops/buydig/2_files/bizratehonoree.gif +0 -0
  240. data/examples/webshops/buydig/2_files/btn_submit.gif +0 -0
  241. data/examples/webshops/buydig/2_files/checkFlash.js +110 -0
  242. data/examples/webshops/buydig/2_files/checkFlash2.js +109 -0
  243. data/examples/webshops/buydig/2_files/cnetcertified.gif +0 -0
  244. data/examples/webshops/buydig/2_files/credPriceGrabber.gif +0 -0
  245. data/examples/webshops/buydig/2_files/credShopping.gif +0 -0
  246. data/examples/webshops/buydig/2_files/credential_paypal.gif +0 -0
  247. data/examples/webshops/buydig/2_files/credentials.gif +0 -0
  248. data/examples/webshops/buydig/2_files/dealtime.gif +0 -0
  249. data/examples/webshops/buydig/2_files/dvxstyle.css +754 -0
  250. data/examples/webshops/buydig/2_files/footer_021306_1_v1.gif +0 -0
  251. data/examples/webshops/buydig/2_files/func.js +132 -0
  252. data/examples/webshops/buydig/2_files/getseal +1 -0
  253. data/examples/webshops/buydig/2_files/help.gif +0 -0
  254. data/examples/webshops/buydig/2_files/home.gif +0 -0
  255. data/examples/webshops/buydig/2_files/java.js +155 -0
  256. data/examples/webshops/buydig/2_files/leftnv_help.gif +0 -0
  257. data/examples/webshops/buydig/2_files/logo.gif +0 -0
  258. data/examples/webshops/buydig/2_files/logo2.gif +0 -0
  259. data/examples/webshops/buydig/2_files/logo3.gif +0 -0
  260. data/examples/webshops/buydig/2_files/main.js +227 -0
  261. data/examples/webshops/buydig/2_files/mastercard_secured.gif +0 -0
  262. data/examples/webshops/buydig/2_files/newsBox_bkg.jpg +0 -0
  263. data/examples/webshops/buydig/2_files/newsBox_bottom.jpg +0 -0
  264. data/examples/webshops/buydig/2_files/newsBox_text.gif +0 -0
  265. data/examples/webshops/buydig/2_files/newsBox_ttl.jpg +0 -0
  266. data/examples/webshops/buydig/2_files/noimage75.gif +0 -0
  267. data/examples/webshops/buydig/2_files/orangeleftfrmbtm.gif +0 -0
  268. data/examples/webshops/buydig/2_files/pixel153.gif +0 -0
  269. data/examples/webshops/buydig/2_files/rightnv_bottom.gif +0 -0
  270. data/examples/webshops/buydig/2_files/search_btn_off.gif +0 -0
  271. data/examples/webshops/buydig/2_files/search_c1.gif +0 -0
  272. data/examples/webshops/buydig/2_files/search_c2.gif +0 -0
  273. data/examples/webshops/buydig/2_files/search_c3.gif +0 -0
  274. data/examples/webshops/buydig/2_files/search_c4.gif +0 -0
  275. data/examples/webshops/buydig/2_files/search_down.gif +0 -0
  276. data/examples/webshops/buydig/2_files/search_left.gif +0 -0
  277. data/examples/webshops/buydig/2_files/search_right.gif +0 -0
  278. data/examples/webshops/buydig/2_files/search_top.gif +0 -0
  279. data/examples/webshops/buydig/2_files/siteLinks_bottom.gif +0 -0
  280. data/examples/webshops/buydig/2_files/siteLinks_bullet.gif +0 -0
  281. data/examples/webshops/buydig/2_files/siteLinks_ttl.gif +0 -0
  282. data/examples/webshops/buydig/2_files/spacer.gif +0 -0
  283. data/examples/webshops/buydig/2_files/style.js +45 -0
  284. data/examples/webshops/buydig/2_files/styles.html +33 -0
  285. data/examples/webshops/buydig/2_files/track_orders.jpg +0 -0
  286. data/examples/webshops/buydig/2_files/urchin +534 -0
  287. data/examples/webshops/buydig/2_files/verified_by_visa.gif +0 -0
  288. data/examples/webshops/buydig/2_files/welcome.gif +0 -0
  289. data/examples/webshops/buydig/2_files/welcome_ttl.gif +0 -0
  290. data/examples/webshops/buydig/2_files/yahoologo.gif +0 -0
  291. data/examples/webshops/buydig/input.html +1194 -0
  292. data/examples/webshops/buydig/test.rb +31 -0
  293. data/examples/webshops/ebay/test.rb +32 -0
  294. data/examples/webshops/finewines_offline/_finewines.html +1739 -0
  295. data/examples/webshops/finewines_offline/_finewines_cut.html +371 -0
  296. data/examples/webshops/finewines_offline/_finewines_files/011064.jpg +0 -0
  297. data/examples/webshops/finewines_offline/_finewines_files/012674.jpg +0 -0
  298. data/examples/webshops/finewines_offline/_finewines_files/013268.jpg +0 -0
  299. data/examples/webshops/finewines_offline/_finewines_files/013300.jpg +0 -0
  300. data/examples/webshops/finewines_offline/_finewines_files/013409.jpg +0 -0
  301. data/examples/webshops/finewines_offline/_finewines_files/014340.jpg +0 -0
  302. data/examples/webshops/finewines_offline/_finewines_files/015073.jpg +0 -0
  303. data/examples/webshops/finewines_offline/_finewines_files/015255.jpg +0 -0
  304. data/examples/webshops/finewines_offline/_finewines_files/015479.jpg +0 -0
  305. data/examples/webshops/finewines_offline/_finewines_files/015487.jpg +0 -0
  306. data/examples/webshops/finewines_offline/_finewines_files/017038.jpg +0 -0
  307. data/examples/webshops/finewines_offline/_finewines_files/017129.jpg +0 -0
  308. data/examples/webshops/finewines_offline/_finewines_files/017145.jpg +0 -0
  309. data/examples/webshops/finewines_offline/_finewines_files/017152.jpg +0 -0
  310. data/examples/webshops/finewines_offline/_finewines_files/017285.jpg +0 -0
  311. data/examples/webshops/finewines_offline/_finewines_files/017392.jpg +0 -0
  312. data/examples/webshops/finewines_offline/_finewines_files/017400.jpg +0 -0
  313. data/examples/webshops/finewines_offline/_finewines_files/019778.jpg +0 -0
  314. data/examples/webshops/finewines_offline/_finewines_files/019786.jpg +0 -0
  315. data/examples/webshops/finewines_offline/_finewines_files/020503.jpg +0 -0
  316. data/examples/webshops/finewines_offline/_finewines_files/021253.jpg +0 -0
  317. data/examples/webshops/finewines_offline/_finewines_files/021279.jpg +0 -0
  318. data/examples/webshops/finewines_offline/_finewines_files/021337.jpg +0 -0
  319. data/examples/webshops/finewines_offline/_finewines_files/021352.jpg +0 -0
  320. data/examples/webshops/finewines_offline/_finewines_files/023002.jpg +0 -0
  321. data/examples/webshops/finewines_offline/_finewines_files/023135.jpg +0 -0
  322. data/examples/webshops/finewines_offline/_finewines_files/023143.jpg +0 -0
  323. data/examples/webshops/finewines_offline/_finewines_files/023788.jpg +0 -0
  324. data/examples/webshops/finewines_offline/_finewines_files/024166.jpg +0 -0
  325. data/examples/webshops/finewines_offline/_finewines_files/024182.jpg +0 -0
  326. data/examples/webshops/finewines_offline/_finewines_files/024216.jpg +0 -0
  327. data/examples/webshops/finewines_offline/_finewines_files/027268.jpg +0 -0
  328. data/examples/webshops/finewines_offline/_finewines_files/027516.jpg +0 -0
  329. data/examples/webshops/finewines_offline/_finewines_files/027862.jpg +0 -0
  330. data/examples/webshops/finewines_offline/_finewines_files/028118.jpg +0 -0
  331. data/examples/webshops/finewines_offline/_finewines_files/028936.jpg +0 -0
  332. data/examples/webshops/finewines_offline/_finewines_files/033894.jpg +0 -0
  333. data/examples/webshops/finewines_offline/_finewines_files/033902.jpg +0 -0
  334. data/examples/webshops/finewines_offline/_finewines_files/033910.jpg +0 -0
  335. data/examples/webshops/finewines_offline/_finewines_files/033936.jpg +0 -0
  336. data/examples/webshops/finewines_offline/_finewines_files/033944.jpg +0 -0
  337. data/examples/webshops/finewines_offline/_finewines_files/033951.jpg +0 -0
  338. data/examples/webshops/finewines_offline/_finewines_files/034553.jpg +0 -0
  339. data/examples/webshops/finewines_offline/_finewines_files/034561.jpg +0 -0
  340. data/examples/webshops/finewines_offline/_finewines_files/232439.jpg +0 -0
  341. data/examples/webshops/finewines_offline/_finewines_files/237834.jpg +0 -0
  342. data/examples/webshops/finewines_offline/_finewines_files/268359.jpg +0 -0
  343. data/examples/webshops/finewines_offline/_finewines_files/289082.jpg +0 -0
  344. data/examples/webshops/finewines_offline/_finewines_files/331603.jpg +0 -0
  345. data/examples/webshops/finewines_offline/_finewines_files/369686.jpg +0 -0
  346. data/examples/webshops/finewines_offline/_finewines_files/420257.jpg +0 -0
  347. data/examples/webshops/finewines_offline/_finewines_files/422014.jpg +0 -0
  348. data/examples/webshops/finewines_offline/_finewines_files/460410.jpg +0 -0
  349. data/examples/webshops/finewines_offline/_finewines_files/480533.jpg +0 -0
  350. data/examples/webshops/finewines_offline/_finewines_files/556795.jpg +0 -0
  351. data/examples/webshops/finewines_offline/_finewines_files/597054.jpg +0 -0
  352. data/examples/webshops/finewines_offline/_finewines_files/650606.jpg +0 -0
  353. data/examples/webshops/finewines_offline/_finewines_files/652628.jpg +0 -0
  354. data/examples/webshops/finewines_offline/_finewines_files/653790.jpg +0 -0
  355. data/examples/webshops/finewines_offline/_finewines_files/658450.jpg +0 -0
  356. data/examples/webshops/finewines_offline/_finewines_files/660027.jpg +0 -0
  357. data/examples/webshops/finewines_offline/_finewines_files/660951.jpg +0 -0
  358. data/examples/webshops/finewines_offline/_finewines_files/684514.jpg +0 -0
  359. data/examples/webshops/finewines_offline/_finewines_files/685131.jpg +0 -0
  360. data/examples/webshops/finewines_offline/_finewines_files/686865.jpg +0 -0
  361. data/examples/webshops/finewines_offline/_finewines_files/699330.jpg +0 -0
  362. data/examples/webshops/finewines_offline/_finewines_files/703017.jpg +0 -0
  363. data/examples/webshops/finewines_offline/_finewines_files/703140.jpg +0 -0
  364. data/examples/webshops/finewines_offline/_finewines_files/703850.jpg +0 -0
  365. data/examples/webshops/finewines_offline/_finewines_files/717306.jpg +0 -0
  366. data/examples/webshops/finewines_offline/_finewines_files/900274.jpg +0 -0
  367. data/examples/webshops/finewines_offline/_finewines_files/938225.jpg +0 -0
  368. data/examples/webshops/finewines_offline/_finewines_files/947440.jpg +0 -0
  369. data/examples/webshops/finewines_offline/_finewines_files/951319.jpg +0 -0
  370. data/examples/webshops/finewines_offline/_finewines_files/967893.jpg +0 -0
  371. data/examples/webshops/finewines_offline/_finewines_files/981407.jpg +0 -0
  372. data/examples/webshops/finewines_offline/_finewines_files/981613.jpg +0 -0
  373. data/examples/webshops/finewines_offline/_finewines_files/982421.jpg +0 -0
  374. data/examples/webshops/finewines_offline/_finewines_files/985598.jpg +0 -0
  375. data/examples/webshops/finewines_offline/_finewines_files/986737.jpg +0 -0
  376. data/examples/webshops/finewines_offline/_finewines_files/987503.jpg +0 -0
  377. data/examples/webshops/finewines_offline/_finewines_files/992800.jpg +0 -0
  378. data/examples/webshops/finewines_offline/_finewines_files/VintageslogoEN.gif +0 -0
  379. data/examples/webshops/finewines_offline/_finewines_files/blanc-up.gif +0 -0
  380. data/examples/webshops/finewines_offline/_finewines_files/btn_vintages_latest.gif +0 -0
  381. data/examples/webshops/finewines_offline/_finewines_files/cc_en.gif +0 -0
  382. data/examples/webshops/finewines_offline/_finewines_files/common.js +860 -0
  383. data/examples/webshops/finewines_offline/_finewines_files/drink.gif +0 -0
  384. data/examples/webshops/finewines_offline/_finewines_files/drinkhold.gif +0 -0
  385. data/examples/webshops/finewines_offline/_finewines_files/ec_en.gif +0 -0
  386. data/examples/webshops/finewines_offline/_finewines_files/ev_en.gif +0 -0
  387. data/examples/webshops/finewines_offline/_finewines_files/hold.gif +0 -0
  388. data/examples/webshops/finewines_offline/_finewines_files/index-wines-features.jpg +0 -0
  389. data/examples/webshops/finewines_offline/_finewines_files/indexSTYLE.css +398 -0
  390. data/examples/webshops/finewines_offline/_finewines_files/keyword_search.gif +0 -0
  391. data/examples/webshops/finewines_offline/_finewines_files/mm_menu.js +1 -0
  392. data/examples/webshops/finewines_offline/_finewines_files/nr_en.gif +0 -0
  393. data/examples/webshops/finewines_offline/_finewines_files/ontario_en.gif +0 -0
  394. data/examples/webshops/finewines_offline/_finewines_files/popup.js +81 -0
  395. data/examples/webshops/finewines_offline/_finewines_files/releases_nav.js +229 -0
  396. data/examples/webshops/finewines_offline/_finewines_files/so_en.gif +0 -0
  397. data/examples/webshops/finewines_offline/_finewines_files/spacer.gif +0 -0
  398. data/examples/webshops/finewines_offline/_finewines_files/top.gif +0 -0
  399. data/examples/webshops/finewines_offline/_finewines_files/urchin.js +576 -0
  400. data/examples/webshops/finewines_offline/_finewines_files/wom_en.gif +0 -0
  401. data/examples/webshops/finewines_offline/test.rb +30 -0
  402. data/examples/webshops/us1camera/1_files/1pix.gif +0 -0
  403. data/examples/webshops/us1camera/1_files/1pix_002.gif +0 -0
  404. data/examples/webshops/us1camera/1_files/CnetCertified.gif +0 -0
  405. data/examples/webshops/us1camera/1_files/CyberSource.gif +0 -0
  406. data/examples/webshops/us1camera/1_files/Images50.gif +0 -0
  407. data/examples/webshops/us1camera/1_files/Images50_002.gif +0 -0
  408. data/examples/webshops/us1camera/1_files/Images50_003.gif +0 -0
  409. data/examples/webshops/us1camera/1_files/Images50_004.gif +0 -0
  410. data/examples/webshops/us1camera/1_files/Images50_005.gif +0 -0
  411. data/examples/webshops/us1camera/1_files/Images50_006.gif +0 -0
  412. data/examples/webshops/us1camera/1_files/PriceGrabber.gif +0 -0
  413. data/examples/webshops/us1camera/1_files/QSearch.gif +0 -0
  414. data/examples/webshops/us1camera/1_files/ban-m.jpg +0 -0
  415. data/examples/webshops/us1camera/1_files/banner1.bin +0 -0
  416. data/examples/webshops/us1camera/1_files/banner3.bin +0 -0
  417. data/examples/webshops/us1camera/1_files/block1.jpg +0 -0
  418. data/examples/webshops/us1camera/1_files/block2.jpg +0 -0
  419. data/examples/webshops/us1camera/1_files/block3.jpg +0 -0
  420. data/examples/webshops/us1camera/1_files/block4.jpg +0 -0
  421. data/examples/webshops/us1camera/1_files/block5.jpg +0 -0
  422. data/examples/webshops/us1camera/1_files/block6.jpg +0 -0
  423. data/examples/webshops/us1camera/1_files/bos.js +280 -0
  424. data/examples/webshops/us1camera/1_files/box1.jpg +0 -0
  425. data/examples/webshops/us1camera/1_files/box2.jpg +0 -0
  426. data/examples/webshops/us1camera/1_files/box3.jpg +0 -0
  427. data/examples/webshops/us1camera/1_files/box4.jpg +0 -0
  428. data/examples/webshops/us1camera/1_files/dot.jpg +0 -0
  429. data/examples/webshops/us1camera/1_files/eDevix.gif +0 -0
  430. data/examples/webshops/us1camera/1_files/electronics1.jpg +0 -0
  431. data/examples/webshops/us1camera/1_files/getseal +1 -0
  432. data/examples/webshops/us1camera/1_files/pride.jpg +0 -0
  433. data/examples/webshops/us1camera/1_files/search.jpg +0 -0
  434. data/examples/webshops/us1camera/1_files/sidebutton.jpg +0 -0
  435. data/examples/webshops/us1camera/1_files/sslroilogic.js +49 -0
  436. data/examples/webshops/us1camera/1_files/style.css +1 -0
  437. data/examples/webshops/us1camera/1_files/tl.html +2 -0
  438. data/examples/webshops/us1camera/input.html +548 -0
  439. data/examples/webshops/us1camera/test.rb +37 -0
  440. data/lib/scrubyt/core/navigation/agents/firewatir.rb +285 -0
  441. data/lib/scrubyt/core/navigation/agents/mechanize.rb +315 -0
  442. data/lib/scrubyt/core/navigation/fetch_action.rb +63 -0
  443. data/lib/scrubyt/core/navigation/navigation_actions.rb +107 -0
  444. data/lib/scrubyt/core/scraping/compound_example.rb +30 -0
  445. data/lib/scrubyt/core/scraping/constraint.rb +169 -0
  446. data/lib/scrubyt/core/scraping/constraint_adder.rb +49 -0
  447. data/lib/scrubyt/core/scraping/filters/attribute_filter.rb +14 -0
  448. data/lib/scrubyt/core/scraping/filters/base_filter.rb +112 -0
  449. data/lib/scrubyt/core/scraping/filters/constant_filter.rb +9 -0
  450. data/lib/scrubyt/core/scraping/filters/detail_page_filter.rb +37 -0
  451. data/lib/scrubyt/core/scraping/filters/download_filter.rb +64 -0
  452. data/lib/scrubyt/core/scraping/filters/html_subtree_filter.rb +9 -0
  453. data/lib/scrubyt/core/scraping/filters/regexp_filter.rb +13 -0
  454. data/lib/scrubyt/core/scraping/filters/script_filter.rb +11 -0
  455. data/lib/scrubyt/core/scraping/filters/text_filter.rb +34 -0
  456. data/lib/scrubyt/core/scraping/filters/tree_filter.rb +138 -0
  457. data/lib/scrubyt/core/scraping/pattern.rb +359 -0
  458. data/lib/scrubyt/core/scraping/pre_filter_document.rb +14 -0
  459. data/lib/scrubyt/core/scraping/result_indexer.rb +90 -0
  460. data/lib/scrubyt/core/shared/extractor.rb +171 -0
  461. data/lib/scrubyt/logging.rb +154 -0
  462. data/lib/scrubyt/output/post_processor.rb +139 -0
  463. data/lib/scrubyt/output/result.rb +44 -0
  464. data/lib/scrubyt/output/result_dumper.rb +154 -0
  465. data/lib/scrubyt/output/result_node.rb +145 -0
  466. data/lib/scrubyt/output/scrubyt_result.rb +42 -0
  467. data/lib/scrubyt/utils/compound_example_lookup.rb +50 -0
  468. data/lib/scrubyt/utils/ruby_extensions.rb +85 -0
  469. data/lib/scrubyt/utils/shared_utils.rb +58 -0
  470. data/lib/scrubyt/utils/simple_example_lookup.rb +40 -0
  471. data/lib/scrubyt/utils/xpathutils.rb +202 -0
  472. data/lib/scrubyt.rb +53 -0
  473. data/pkg/scrubyt-0.4.31.gem +0 -0
  474. data/resources/allison/LICENSE +184 -0
  475. data/resources/allison/README +37 -0
  476. data/resources/allison/allison.css +301 -0
  477. data/resources/allison/allison.gif +0 -0
  478. data/resources/allison/allison.js +307 -0
  479. data/resources/allison/allison.rb +287 -0
  480. data/resources/allison/cache/BODY +588 -0
  481. data/resources/allison/cache/CLASS_INDEX +4 -0
  482. data/resources/allison/cache/CLASS_PAGE +1 -0
  483. data/resources/allison/cache/FILE_INDEX +4 -0
  484. data/resources/allison/cache/FILE_PAGE +1 -0
  485. data/resources/allison/cache/FONTS +1 -0
  486. data/resources/allison/cache/FR_INDEX_BODY +1 -0
  487. data/resources/allison/cache/IMGPATH +1 -0
  488. data/resources/allison/cache/INDEX +1 -0
  489. data/resources/allison/cache/JAVASCRIPT +307 -0
  490. data/resources/allison/cache/METHOD_INDEX +4 -0
  491. data/resources/allison/cache/METHOD_LIST +1 -0
  492. data/resources/allison/cache/SRC_PAGE +1 -0
  493. data/resources/allison/cache/STYLE +323 -0
  494. data/resources/allison/cache/URL +1 -0
  495. data/scrubyt.gemspec +609 -0
  496. data/test/blackbox_test.rb +60 -0
  497. data/test/blackbox_tests/basic/multi_root.expected.xml +8 -0
  498. data/test/blackbox_tests/basic/multi_root.rb +6 -0
  499. data/test/blackbox_tests/basic/simple.expected.xml +5 -0
  500. data/test/blackbox_tests/basic/simple.rb +5 -0
  501. data/test/blackbox_tests/basic/three_divs.html +12 -0
  502. data/test/blackbox_tests/detail_page/detail_page_1.html +7 -0
  503. data/test/blackbox_tests/detail_page/detail_page_2.html +7 -0
  504. data/test/blackbox_tests/detail_page/main_page_1.html +5 -0
  505. data/test/blackbox_tests/detail_page/main_page_2.html +6 -0
  506. data/test/blackbox_tests/detail_page/one_detail_page.expected.xml +7 -0
  507. data/test/blackbox_tests/detail_page/one_detail_page.rb +9 -0
  508. data/test/blackbox_tests/detail_page/two_detail_pages.expected.xml +12 -0
  509. data/test/blackbox_tests/detail_page/two_detail_pages.rb +9 -0
  510. data/test/blackbox_tests/next_page/next_page_link.expected.xml +11 -0
  511. data/test/blackbox_tests/next_page/next_page_link.rb +7 -0
  512. data/test/blackbox_tests/next_page/page_1.html +11 -0
  513. data/test/blackbox_tests/next_page/page_2.html +11 -0
  514. data/test/blackbox_tests/next_page/page_3.html +7 -0
  515. data/test/blackbox_tests/next_page/page_list_links.expected.xml +11 -0
  516. data/test/blackbox_tests/next_page/page_list_links.rb +7 -0
  517. data/test/blackbox_tests/next_page/page_list_links.tofix +7 -0
  518. data/todo/backlog.txt +73 -0
  519. data/todo/scenario_ideas.txt +19 -0
  520. metadata +637 -0
@@ -0,0 +1,548 @@
1
+ <html><head>
2
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
3
+ <meta name="KEYWORDS" content="computers,hardware,modems,software,palm,notebooks,monitors,printers,wholesale,cost,save,discount,ecost,onsale,buycomp,computers4sure,IBM,Compaq,Toshiba,3Com,Epson,HP,Iomega,Microsoft">
4
+ <meta name="DESCRIPTION" content="Great Service. Great Prices. Great Selection.">
5
+
6
+ <link rel="stylesheet" type="text/css" href="1_files/style.css">
7
+
8
+
9
+ <script language="JavaScript">
10
+ //<!--
11
+ var n = (document.layers);
12
+
13
+ function popUp(url)
14
+ {
15
+ sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450');
16
+ self.name = "mainWin";
17
+ }
18
+
19
+ function popUp01(url, width, height)
20
+ {
21
+ sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height);
22
+ self.name = "mainWin";
23
+ }
24
+
25
+ function popUp02(name, url, width, height)
26
+ {
27
+ sealWin=window.open(url,name,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+width+',height='+height);
28
+ self.name = "mainWin";
29
+ }
30
+ //-->
31
+ </script><title>Us1Camera</title></head>
32
+
33
+
34
+
35
+
36
+ <body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" style="font-family: Verdana; font-size: 12px;" alink="#000000" bgcolor="#ffffff" link="#000000" marginheight="0" marginwidth="0" text="#000000" vlink="#000000">
37
+
38
+ <!-- Start: Header, catalog-->
39
+ <span id="SiteHeader">
40
+
41
+ <table border="0" cellpadding="0" cellspacing="0" height="118" width="100%">
42
+ <tbody><tr>
43
+ <td colspan="3" align="left" height="103" valign="top" width="26%">
44
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
45
+ <tbody><tr>
46
+ <td align="left" background="1_files/ban-m.jpg" valign="top" width="19%"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="103" width="187">
47
+ <param name="movie" value="../Assets/Images/banner1.swf">
48
+ <param name="quality" value="high">
49
+ <embed src="1_files/banner1.bin" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="103" width="187">
50
+ </object></td>
51
+ <td align="right" background="1_files/ban-m.jpg" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="103" width="584">
52
+ <param name="movie" value="../Assets/Images/banner3.swf">
53
+ <param name="quality" value="high">
54
+ <embed src="1_files/banner3.bin" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="103" width="584">
55
+ </object></td>
56
+ </tr>
57
+ </tbody></table>
58
+ </td>
59
+ </tr>
60
+ <tr bgcolor="#cccc99">
61
+ <td align="left" height="15" valign="top">
62
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="15">
63
+ <tbody><tr bgcolor="#cccc99">
64
+ <td align="left" height="15" width="26%">
65
+ <form method="get" action="http://www.us1camera.com/shop/SearchResults.asp">
66
+ <input name="QuickSearch" value="True" type="hidden">
67
+ <img src="1_files/search.jpg" height="17" width="74">
68
+ <input name="searchprod" size="12" maxlength="17" type="text">
69
+ <input alt="Search" src="1_files/dot.jpg" name="Search" value="Go" border="0" height="17" type="image" width="31">
70
+ </form>
71
+ </td>
72
+ </tr>
73
+
74
+ </tbody></table>
75
+
76
+ </td>
77
+ <td align="left" height="15" valign="top">&nbsp;</td>
78
+ <td align="right" bgcolor="#cccc99" height="15" valign="top">
79
+
80
+ <table border="0" cellpadding="0" cellspacing="0"><tbody><tr>
81
+ <td align="center" bgcolor="#cccc99" height="15" valign="top">
82
+
83
+
84
+ </td><td align="right">
85
+ <a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=3000&amp;ProdMainType=3000">
86
+ <img src="1_files/electronics1.jpg" border="0"></a></td>
87
+ </tr>
88
+ </tbody></table>
89
+
90
+ </td>
91
+ </tr>
92
+
93
+ </tbody></table>
94
+ </span>
95
+
96
+
97
+ <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
98
+ <tbody><tr>
99
+ <!-- Start: Left Bar -->
100
+ <td align="center" valign="top" width="165">
101
+ <table border="0" cellpadding="0" cellspacing="0">
102
+ <tbody><tr>
103
+ <td>
104
+ <img src="1_files/block1.jpg" border="0">
105
+ </td>
106
+ </tr>
107
+ <!-- <tr>
108
+ <td valign="top">-->
109
+ <!--<table width="100%" border="0" cellspacing="0" cellpadding="0">--><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=3050&amp;ParCat=1000">CAMCORDERS</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=2070&amp;ParCat=1000">DIGITAL CAMERA PRO</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=2050&amp;ParCat=1000">DIGITAL CAMERAS</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=5555&amp;ParCat=1000">LCD DISPLAY</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=2100&amp;ParCat=1000">NOTEBOOKS</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=2270&amp;ParCat=1000">PDA AND IPOD</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=9999&amp;ParCat=1000">PLASMA ACCESSORIES</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=3510&amp;ParCat=1000">PLASMAS / TVS</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=3520&amp;ParCat=1000">PROJECTION TVS</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=3150&amp;ParCat=1000">RECEIVERS</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=1100&amp;ParCat=1000">SERVICE CONTRACT</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=0613&amp;ParCat=1000">SPECIAL KITS</a></b></font></td></tr><tr><td background="1_files/sidebutton.jpg" height="19"><font face="Verdana" size="1"><b>&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=2000&amp;ParCat=1000">COMPUTERS</a></b></font></td></tr><!--</table>-->
110
+ <!-- </td>
111
+ </tr>-->
112
+ <tr>
113
+ <td>
114
+ <img src="1_files/block2.jpg" border="0">
115
+ </td>
116
+ </tr>
117
+ </tbody></table>
118
+
119
+ <img src="1_files/1pix.gif" border="0" height="5" width="1"><br>
120
+
121
+ <table border="0" cellpadding="0" cellspacing="0">
122
+ <tbody><tr>
123
+ <td height="19">
124
+ <img src="1_files/block3.jpg" border="0">
125
+ </td>
126
+ </tr>
127
+ <tr>
128
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
129
+ <a href="https://www.us1camera.com/shop/getacccustomer.asp"><font face="Verdana" size="1"><b>MY ACCOUNT</b></font></a>
130
+ </td>
131
+ </tr>
132
+ <tr>
133
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
134
+ <a href="https://www.us1camera.com/shop/siteindex.asp"><font face="Verdana" size="1"><b>SITE MAP</b></font></a>
135
+ </td>
136
+ </tr>
137
+ <tr>
138
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
139
+ <a href="https://www.us1camera.com/shop/manufacturers.asp"><font face="Verdana" size="1"><b>SHOP BY VENDOR</b></font></a>
140
+ </td>
141
+ </tr>
142
+ <tr>
143
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
144
+ <a href="http://www.us1camera.com/shop/getacccustomer.asp?nextpage=ordersearch&amp;act=copyofreceipt"><font face="Verdana" size="1"><b>ORDER TRACKING</b></font></a>
145
+ </td>
146
+ </tr>
147
+ <tr>
148
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
149
+ <a href="https://www.us1camera.com/shop/Default.asp"><font face="Verdana" size="1"><b>HOME</b></font></a>
150
+ </td>
151
+ </tr>
152
+ <tr>
153
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
154
+ <a href="https://www.us1camera.com/shop/ContactUs.asp"><font face="Verdana" size="1"><b>CONTACT US</b></font></a>
155
+ </td>
156
+ </tr>
157
+ <tr>
158
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
159
+ <a href="https://www.us1camera.com/shop/AboutUs.asp"><font face="Verdana" size="1"><b>ABOUT US</b></font></a>
160
+ </td>
161
+ </tr>
162
+ <tr>
163
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
164
+ <a href="https://www.us1camera.com/shop/faq.asp"><font face="Verdana" size="1"><b>F.A.Q</b></font></a>
165
+ </td>
166
+ </tr>
167
+ <tr>
168
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
169
+ <a href="https://www.us1camera.com/shop/LegalDisclaimer.asp"><font face="Verdana" size="1"><b>LEGAL DISCLAIMER</b></font></a>
170
+ </td>
171
+ </tr>
172
+ <tr>
173
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
174
+ <a href="https://www.us1camera.com/shop/PrivacyPolicy.asp"><font face="Verdana" size="1"><b>PRIVACY POLICY</b></font></a>
175
+ </td>
176
+ </tr>
177
+ <tr>
178
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
179
+ <a href="https://www.us1camera.com/shop/policiesandservices.asp"><font face="Verdana" size="1"><b>POLICIES AND SERVICES</b></font></a>
180
+ </td>
181
+ </tr>
182
+ <tr>
183
+ <td background="1_files/sidebutton.jpg" height="19">&nbsp;
184
+ <a href="https://www.us1camera.com/shop/ReturnPolicy.asp"><font face="Verdana" size="1"><b>RETURN POLICY</b></font></a>
185
+ </td>
186
+ </tr>
187
+ <tr valign="top">
188
+ <td valign="top">
189
+ <img src="1_files/block2.jpg" valign="top" border="0">
190
+ </td>
191
+ </tr>
192
+ </tbody></table>
193
+
194
+ <img src="1_files/1pix.gif" border="0" height="5" width="1"><br>
195
+
196
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
197
+ <tbody><tr>
198
+ <td>
199
+ <img src="1_files/block4.jpg" border="0">
200
+ </td>
201
+ </tr>
202
+ <tr>
203
+ <td align="center" bgcolor="#cccc99"><br>
204
+ <a href="http://www.pricegrabber.com/rating_getreview.php/retid=614/ut=ce43b704dba63548" target="_new">
205
+ <img src="1_files/PriceGrabber.gif" border="0"></a>
206
+ <br><br>
207
+
208
+ <img src="1_files/1pix.gif" border="0" height="5" width="1"><br><br>
209
+
210
+ <script src="1_files/getseal"></script>
211
+
212
+ <img src="1_files/1pix.gif" border="0" height="5" width="1"><br><br>
213
+
214
+ <img src="1_files/CnetCertified.gif" border="0"><br><br>
215
+ <img src="1_files/1pix.gif" border="0" height="5" width="1"><br><br>
216
+
217
+ <img src="1_files/CyberSource.gif" border="0"><br><br>
218
+
219
+ <!-- BEGIN: BizRate Medal -->
220
+ <!--a href="http://www.bizrate.com/ratings_guide/cust_reviews__mid--31643.html" target="bizrate.com"-->
221
+ <!--img src="http://medals.bizrate.com/medals/dynamic/31643_medal.gif" alt="BizRate.com Customer Certified Site - Click to Verify" width="125" height="73" align="top" border="0" target="_blank"></a-->
222
+ <!-- END: BizRate Medal -->
223
+
224
+ <!--<img src="../Assets/Images/cert_bizrate.gif" border="0">-->
225
+ <img src="1_files/1pix.gif" border="0" height="5" width="1">
226
+ <!--<img src="../Assets/images/paypal.gif" border="0"><br>-->
227
+
228
+
229
+
230
+ </td>
231
+ </tr>
232
+ <tr valign="top">
233
+ <td valign="top">
234
+ <img src="1_files/block2.jpg" valign="top" border="0">
235
+ </td>
236
+ </tr>
237
+ </tbody></table>
238
+
239
+ </td>
240
+ <!-- End: Left Bar -->
241
+
242
+ <td bgcolor="white" width="5"><img src="1_files/1pix_002.gif" border="0" height="1" width="1"></td>
243
+
244
+ <!-- Start: Page content-->
245
+ <td valign="left" width="100%">
246
+ <table border="0" cellpadding="3" cellspacing="0" width="100%">
247
+ <tbody><tr>
248
+ <td valign="left" width="100%">
249
+
250
+
251
+
252
+
253
+
254
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
255
+ <tbody><tr>
256
+ <td nowrap="nowrap"><img src="1_files/1pix.gif" alt="" border="0" height="1" width="1"><font color="black" size="1"><b>Search Results</b></font></td>
257
+ </tr>
258
+ </tbody></table><br>
259
+
260
+ <!-- Start: Refine Search Box -->
261
+ <table border="0" cellpadding="0" cellspacing="0">
262
+ <tbody><tr>
263
+ <td width="100%">
264
+
265
+
266
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
267
+ <tbody><tr><td><img src="1_files/1pix_002.gif" border="0" height="1" width="100%"></td></tr>
268
+ </tbody></table>
269
+
270
+ <table border="1" bordercolor="#cccc99" cellpadding="0" cellspacing="1" width="100%">
271
+ <tbody><tr>
272
+ <td>
273
+ <input name="FormName" value="GoToPage" type="hidden"><input value="" name="ProdDesc" type="hidden"><input value="" name="ProdTypeList" type="hidden"><input value="0" name="LastCode" type="hidden"><table border="0" cellpadding="1" cellspacing="0" width="100%"><form method="post" action="http://www.us1camera.com/shop/SearchResults.asp" name="GoToMfg"></form><tbody><tr><td bgcolor="#cccc99" nowrap="nowrap" valign="middle"><font color="#000000" face="Verdana" size="2"><b>Search by Manufacturer</b>&nbsp;</font></td><td bgcolor="#cccc99" valign="middle"><select onchange="document.GoToMfg.submit()" name="ProdManList"><option>ALL</option><option>CANON</option></select></td></tr><tr><td colspan="2" bgcolor="#cccc99" valign="middle"><font color="#000000" face="Verdana" size="2"><b>Search by Price:</b>&nbsp;From&nbsp;&nbsp;<input size="5" name="MinPrice" value="" type="input">&nbsp;&nbsp;To&nbsp;&nbsp;<input size="5" name="MaxPrice" value="" type="input">&nbsp;&nbsp;<input src="1_files/QSearch.gif" align="center" border="0" type="image"></font></td></tr></tbody></table>
274
+ </td>
275
+ </tr>
276
+ </tbody></table>
277
+ </td>
278
+ </tr>
279
+ </tbody></table>
280
+ <!-- End: Refine Search Box -->
281
+
282
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
283
+ <tbody><tr>
284
+ <td align="left" valign="top"><img src="1_files/1pix_002.gif" border="0" height="15" width="1"><br></td>
285
+ <td valign="top"><img src="1_files/1pix_002.gif" border="0" height="1" width="1"></td>
286
+ </tr>
287
+ </tbody></table>
288
+
289
+ <span class="SearchResults">
290
+ <table border="0" cellpadding="1" cellspacing="0"><form method="post" action="http://www.us1camera.com/shop/SearchResults.asp" name="GoToPage"></form><tbody><tr><td align="left" nowrap="nowrap"><a href="http://www.us1camera.com/shop/searchresults.asp?ProdDesc=&amp;ProdTypeList=&amp;ProdManList=&amp;ReqPage=1&amp;MinPrice=&amp;MaxPrice=&amp;LastCode=0&amp;ShowImages=0"><font color="black" face="verdana" size="1"><b>View without images</b></font></a><font face="verdana" size="1"><b><input name="FormName" value="GoToPage" type="hidden"><input name="ProdDesc" value="" type="hidden"><input name="ProdTypeList" value="" type="hidden"><input name="ProdManList" value="" type="hidden"><input name="MinPrice" value="" type="hidden"><input name="MaxPrice" value="" type="hidden"><input name="LastCode" value="0" type="hidden"></b></font></td></tr></tbody></table><table border="0" width="100%"><tbody><tr><td align="left"><table border="0" cellpadding="0" cellspacing="0" width="100%">
291
+ <tbody><tr>
292
+ <td><a class="srNewCat" href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=2050"><b>Digital Cameras</b></a><br>
293
+ <img src="1_files/1pix_002.gif" border="0" height="5"><br></td>
294
+ </tr>
295
+ </tbody></table><table border="0" cellpadding="0" cellspacing="0" width="100%">
296
+ <tbody><tr>
297
+ <td><a class="srNewMfg" href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=Canon"><b>CANON</b></a><br>
298
+ <img src="1_files/1pix_002.gif" border="0" height="5"><br></td>
299
+ </tr>
300
+ </tbody></table><table border="0" width="100%">
301
+ <tbody><tr>
302
+ <td valign="top"><img src="1_files/1pix_002.gif" border="0" height="1" width="8"><!--For search engines--><input name="manufacturer" value="Canon" type="hidden"></td><td width="50"><img src="1_files/Images50.gif" border="0" width="50"></td><td align="left" valign="top" width="100%"><font face="verdana" size="1">
303
+ <font class="srSku"><a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=Canon20D">Canon EOS 20D SLR Digital Camera (Lens sold separately)</a></font>
304
+ - 8.2 Megapixel CMOS Sensor; Second Generation DIGIC II Image
305
+ Processor; JPEG or Simultaneous RAW+JPEG Mode; Expansive Sensor Array
306
+ for Easier Composition; Expanded Zoom Display During Playback...<br>
307
+ Product Code: Canon20D &nbsp;&nbsp;&nbsp; Mfg Part #: 9442A002<br>Your Price: <font color="navy"><b>$1,123.77</b></font>
308
+ &nbsp;&nbsp;&nbsp; <font class="srBuyNow"><a href="http://www.us1camera.com/shop/AddItem.asp?sku=Canon20D">Buy Now</a></font>&nbsp;&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=Canon20D"><font color="#6d2121"><b>View Details...</b></font></a>
309
+ </font></td>
310
+ </tr>
311
+ </tbody></table>
312
+
313
+ <br><table border="0" width="100%">
314
+ <tbody><tr>
315
+ <td valign="top"><img src="1_files/1pix_002.gif" border="0" height="1" width="8"><!--For search engines--><input name="manufacturer" value="Canon" type="hidden"></td><td width="50"><img src="1_files/Images50.gif" border="0" width="50"></td><td align="left" valign="top" width="100%"><font face="verdana" size="1">
316
+ <font class="srSku"><a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=20dkit1785">Canon EOS 20D 8.2MP Digital Camera w/ 17-85IS Lens Kit</a></font> - Canon EOS 20D, 8.2 Megapixel, SLR, Digital Camera with Canon EF-S 17-85mm f/4-5.6 IS USM Autofocus...<br>
317
+ Product Code: 20dkit1785 &nbsp;&nbsp;&nbsp; Mfg Part #: 9442A036<br>Your Price: <font color="navy"><b>$1,543.79</b></font>
318
+ &nbsp;&nbsp;&nbsp; <font class="srBuyNow"><a href="http://www.us1camera.com/shop/AddItem.asp?sku=20dkit1785">Buy Now</a></font>&nbsp;&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=20dkit1785"><font color="#6d2121"><b>View Details...</b></font></a>
319
+ </font></td>
320
+ </tr>
321
+ </tbody></table>
322
+
323
+ <br><table border="0" width="100%">
324
+ <tbody><tr>
325
+ <td valign="top"><img src="1_files/1pix_002.gif" border="0" height="1" width="8"><!--For search engines--><input name="manufacturer" value="Canon" type="hidden"></td><td width="50"><img src="1_files/Images50_003.gif" border="0" width="50"></td><td align="left" valign="top" width="100%"><font face="verdana" size="1">
326
+ <font class="srSku"><a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=RebelXT">EOS Digital Rebel XT SLR W/Canon 18-55mm AF Lens (Black KIT)</a></font> - Canon EOS Digital Rebel XT (a.k.a. 350D) 8.0 Megapixel, SLR, Digital Camera (Black) Kit with Canon 18-55mm EF-S Lens...<br>
327
+ Product Code: RebelXT &nbsp;&nbsp;&nbsp; Mfg Part #: 0209B003<br>Your Price: <font color="navy"><b>$747.95</b></font>
328
+ &nbsp;&nbsp;&nbsp; <font class="srBuyNow"><a href="http://www.us1camera.com/shop/AddItem.asp?sku=RebelXT">Buy Now</a></font>&nbsp;&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=RebelXT"><font color="#6d2121"><b>View Details...</b></font></a>
329
+ </font></td>
330
+ </tr>
331
+ </tbody></table>
332
+
333
+ <br><table border="0" width="100%">
334
+ <tbody><tr>
335
+ <td valign="top"><img src="1_files/1pix_002.gif" border="0" height="1" width="8"><!--For search engines--><input name="manufacturer" value="Canon" type="hidden"></td><td width="50"><img src="1_files/Images50_006.gif" border="0" width="50"></td><td align="left" valign="top" width="100%"><font face="verdana" size="1">
336
+ <font class="srSku"><a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=RebelXTSilver">EOS Digital Rebel XT SLR Digital Camera w/ Canon 18-55mm AF Lens - Silver</a></font> - Canon EOS Digital Rebel XT (a.k.a. 350D) 8.0 Megapixel, SLR, Digital Camera (Silver) Kit with Canon 18-55mm EF-S Lens...<br>
337
+ Product Code: RebelXTSilver &nbsp;&nbsp;&nbsp; Mfg Part #: 0206B003<br>Your Price: <font color="navy"><b>$745.95</b></font>
338
+ &nbsp;&nbsp;&nbsp; <font class="srBuyNow"><a href="http://www.us1camera.com/shop/AddItem.asp?sku=RebelXTSilver">Buy Now</a></font>&nbsp;&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=RebelXTSilver"><font color="#6d2121"><b>View Details...</b></font></a>
339
+ </font></td>
340
+ </tr>
341
+ </tbody></table>
342
+
343
+ <br><table border="0" cellpadding="0" cellspacing="0" width="100%">
344
+ <tbody><tr>
345
+ <td><a class="srNewCat" href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=2070"><b>Digital Camera Pro</b></a><br>
346
+ <img src="1_files/1pix_002.gif" border="0" height="5"><br></td>
347
+ </tr>
348
+ </tbody></table><table border="0" width="100%">
349
+ <tbody><tr>
350
+ <td valign="top"><img src="1_files/1pix_002.gif" border="0" height="1" width="8"><!--For search engines--><input name="manufacturer" value="Canon" type="hidden"></td><td width="50"><img src="1_files/Images50_005.gif" border="0" width="50"></td><td align="left" valign="top" width="100%"><font face="verdana" size="1">
351
+ <font class="srSku"><a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=caneos1ds">Canon EOS-1Ds Mark II Digital SLR Camera Body Only</a></font>
352
+ - An update to the tremendously popular EOS-1Ds, the new EOS-1Ds Mark
353
+ II is a must have for those seeking to capture huge, beautiful images,
354
+ fast. With an all new, full frame 16.7 megapixel CMOS image sensor...<br>
355
+ Product Code: caneos1ds &nbsp;&nbsp;&nbsp; Mfg Part #: 9443A002<br>Your Price: <font color="navy"><b>$6,819.95</b></font>
356
+ &nbsp;&nbsp;&nbsp; <font class="srBuyNow"><a href="http://www.us1camera.com/shop/AddItem.asp?sku=caneos1ds">Buy Now</a></font>&nbsp;&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=caneos1ds"><font color="#6d2121"><b>View Details...</b></font></a>
357
+ </font></td>
358
+ </tr>
359
+ </tbody></table>
360
+
361
+ <br><table border="0" width="100%">
362
+ <tbody><tr>
363
+ <td valign="top"><img src="1_files/1pix_002.gif" border="0" height="1" width="8"><!--For search engines--><input name="manufacturer" value="Canon" type="hidden"></td><td width="50"><img src="1_files/Images50_004.gif" border="0" width="50"></td><td align="left" valign="top" width="100%"><font face="verdana" size="1">
364
+ <font class="srSku"><a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=CanEos1D">Canon EOS-1D Mark II N SLR Digital Camera Body Only</a></font>
365
+ - Canon's new EOS-1D Mark II N can record 8.5 frames-per-second for up
366
+ to 48 frames in one burst. It features Canon's proven 8.2 Megapixel
367
+ CMOS sensor with a 1.3x conversion factor, combined with the speed and
368
+ intelligence of the DIGIC II Image Processor,...<br>
369
+ Product Code: CanEos1D &nbsp;&nbsp;&nbsp; Mfg Part #: 0304B001<br>Your Price: <font color="navy"><b>$3,959.95</b></font>
370
+ &nbsp;&nbsp;&nbsp; <font class="srBuyNow"><a href="http://www.us1camera.com/shop/AddItem.asp?sku=CanEos1D">Buy Now</a></font>&nbsp;&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=CanEos1D"><font color="#6d2121"><b>View Details...</b></font></a>
371
+ </font></td>
372
+ </tr>
373
+ </tbody></table>
374
+
375
+ <br><table border="0" cellpadding="0" cellspacing="0" width="100%">
376
+ <tbody><tr>
377
+ <td><a class="srNewCat" href="http://www.us1camera.com/shop/searchresults.asp?ProdManList=ALL&amp;ProdTypeList=3060"><b>Digital Video</b></a><br>
378
+ <img src="1_files/1pix_002.gif" border="0" height="5"><br></td>
379
+ </tr>
380
+ </tbody></table><table border="0" width="100%">
381
+ <tbody><tr>
382
+ <td valign="top"><img src="1_files/1pix_002.gif" border="0" height="1" width="8"><!--For search engines--><input name="manufacturer" value="Canon" type="hidden"></td><td width="50"><img src="1_files/Images50_002.gif" border="0" width="50"></td><td align="left" valign="top" width="100%"><font face="verdana" size="1">
383
+ <font class="srSku"><a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=CanEos5D">Canon EOS 5D Digital SLR Camera Body Only</a></font>
384
+ - Canon EOS 5D 12.8 Megapixel Digital (SLR) Camera System features 2.5"
385
+ LCD screen, Recording Medium - CompactFlash (CF) Card Type I and II,
386
+ DIGIC II Image Processor, High-precision 9-point AF with 6 additional
387
+ Supplemental points
388
+ ...<br>
389
+ Product Code: CanEos5D &nbsp;&nbsp;&nbsp; Mfg Part #: 0296B002<br>Your Price: <font color="navy"><b>$2,799.99</b></font>
390
+ &nbsp;&nbsp;&nbsp; <font class="srBuyNow"><a href="http://www.us1camera.com/shop/AddItem.asp?sku=CanEos5D">Buy Now</a></font>&nbsp;&nbsp;&nbsp;<a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=CanEos5D"><font color="#6d2121"><b>View Details...</b></font></a>
391
+ </font></td>
392
+ </tr>
393
+ </tbody></table>
394
+
395
+ <br></td>
396
+ </tr>
397
+ </tbody></table>
398
+
399
+ </span>
400
+
401
+
402
+ <!-- START OF DEVIX REPORTS LIVE -->
403
+ <script language="Javascript">
404
+ var CLID="8";
405
+ var STID="AMNO4ZAS";
406
+ var KI='';
407
+ </script>
408
+ <script language="JavaScript" src="1_files/bos.js"></script>
409
+ <script language="JavaScript" src="1_files/sslroilogic.js"></script><img src="1_files/tl.html" border="0" height="1" width="1">
410
+ <noscript>
411
+ <img src="http://209.16.70.147/t/tl.phtml?clid=8&stid=AMNO4ZAS&js=no" width=0 height=0>
412
+ </noscript>
413
+ <!-- END OF DEVIX REPORTS LIVE -->
414
+
415
+ </td>
416
+ </tr>
417
+ </tbody></table>
418
+ </td>
419
+ <!-- End: Page content-->
420
+
421
+ <!-- Start: Right cell-->
422
+ <td valign="top" width="165">
423
+
424
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
425
+ <tbody><tr>
426
+ <td><img src="1_files/1pix_002.gif" border="0" height="1"></td>
427
+ </tr>
428
+ </tbody></table><br>
429
+
430
+ </td>
431
+
432
+ <td align="left" valign="top" width="165">
433
+
434
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
435
+ <tbody><tr>
436
+ <td><img src="1_files/1pix_002.gif" border="0" height="1"></td>
437
+ </tr>
438
+ </tbody></table>
439
+
440
+ <img src="1_files/1pix.gif" border="0" height="10"><br>
441
+
442
+ <!--table border="0" width="165" cellspacing="0" cellpadding="0">
443
+ <tr>
444
+ <td>
445
+ <img border="0" src="../Assets/Images/block5.jpg">
446
+ </td>
447
+ </tr>
448
+ <tr>
449
+ <td valign="top" align="center" bgcolor="CCCC99">
450
+ <br><br>
451
+ <img border="0" src="../Assets/Images/ext-holiday.gif">
452
+ <br><br>
453
+ </td>
454
+ </tr>
455
+ <tr>
456
+ <td>
457
+ <img border="0" src="../Assets/Images/block6.jpg">
458
+ </td>
459
+ </tr>
460
+
461
+ </ta0ble-->
462
+ <table border="0" cellpadding="0" cellspacing="0" width="165">
463
+ <tbody><tr>
464
+ <td>
465
+ <img src="1_files/block5.jpg" border="0">
466
+ </td>
467
+ </tr>
468
+ <tr>
469
+ <td align="center" bgcolor="#cccc99" valign="top">
470
+ <br><br>
471
+ <!--A href="mailto:Generalmanager@us1camera.com"-->
472
+ <a href="mailto:customersupport@us1camera.com">
473
+ <img src="1_files/pride.jpg" border="0">
474
+ </a>
475
+ <br><br>
476
+ </td>
477
+ </tr>
478
+ <tr>
479
+ <td>
480
+ <img src="1_files/block6.jpg" border="0">
481
+ </td>
482
+ </tr>
483
+
484
+ </tbody></table>
485
+ <img src="1_files/1pix.gif" border="0" height="5">
486
+ <table align="center" cellpadding="0" cellspacing="0" width="165">
487
+ <tbody><tr>
488
+ <td>
489
+ <img src="1_files/block5.jpg" border="0">
490
+ </td>
491
+ </tr>
492
+ <tr>
493
+ <td align="center" bgcolor="#cccc99" valign="top">
494
+ <br><br>
495
+ <a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=vgnA290"><img src="1_files/box1.jpg" border="0"></a><br><br>
496
+ <a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=Can20Dkit"><img src="1_files/box2.jpg" border="0"></a><br><br>
497
+ <a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=CanonXl2"><img src="1_files/box3.jpg" border="0"></a><br><br>
498
+ <a href="http://www.us1camera.com/shop/Product.asp?ProdTypeList=1000&amp;Sku=TH50PX25UP"><img src="1_files/box4.jpg" border="0"></a><br><br>
499
+ </td>
500
+ </tr>
501
+ <tr>
502
+ <td>
503
+ <img src="1_files/block6.jpg" border="0">
504
+ </td>
505
+ </tr>
506
+ </tbody></table>
507
+ </td>
508
+ <!-- End: Right cell-->
509
+
510
+ </tr>
511
+ </tbody></table>
512
+ <!-- End: Page content-->
513
+
514
+ <!-- End: Main cell content-->
515
+ <span class="Index">
516
+ <table bgcolor="#cccc99" border="0" cellpadding="3" cellspacing="0" width="100%">
517
+ <tbody><tr bgcolor="#cccc99">
518
+ <td align="center" bgcolor="#cccc99" width="100%">
519
+ <a href="http://www.us1camera.com/shop/Default.asp">HOME</a> -
520
+ <a href="http://www.us1camera.com/shop/ContactUs.asp">CONTACT US</a> -
521
+ <a href="http://www.us1camera.com/shop/AboutUs.asp">ABOUT US</a> -
522
+ <a href="http://www.us1camera.com/shop/faq.asp">F.A.Q</a> -
523
+ <a href="http://www.us1camera.com/shop/LegalDisclaimer.asp">LEGAL DISCLAIMER</a> -
524
+ <a href="http://www.us1camera.com/shop/PrivacyPolicy.asp">PRIVACY POLICY</a> -
525
+ <a href="http://www.us1camera.com/shop/policiesandservices.asp">POLICIES AND SERVICES</a> -
526
+ <a href="http://www.us1camera.com/shop/ReturnPolicy.asp">RETURN POLICY</a>
527
+ </td>
528
+ </tr>
529
+ </tbody></table>
530
+ </span>
531
+
532
+ <table bgcolor="white" border="0" cellpadding="0" cellspacing="0" height="5" width="100%">
533
+ <tbody><tr>
534
+ <td width="100%"><img src="1_files/1pix.gif" border="0" height="1" width="1"></td>
535
+ </tr>
536
+ </tbody></table>
537
+
538
+ <table align="center" border="0" cellpadding="0" cellspacing="0">
539
+ <tbody><tr>
540
+ <td align="right"><font face="verdana,helvetica,arial" size="1">Powered by</font></td>
541
+ <td align="left"><a href="http://www.devix.com/"><img src="1_files/eDevix.gif" border="0"></a></td>
542
+ <td align="left"><font face="verdana,helvetica,arial" size="1"> a Devix corporation product.</font></td>
543
+ </tr>
544
+ </tbody></table>
545
+
546
+
547
+
548
+ </body></html>
@@ -0,0 +1,37 @@
1
+ $:.unshift File.join(File.dirname(__FILE__), '../../..//lib')
2
+
3
+ require 'scrubyt'
4
+
5
+ #Example of:
6
+ # Yet another webshop scenario
7
+ # - extract the name and the price of all the items,
8
+ # as well as the url pointing to the item image.
9
+ # - narrow the result set by using the ensure_absence_of_ancestor_node constraint
10
+ #
11
+ #Goal: For every webshop item on the page, extract it's name and it's price
12
+ # and the url of the image. To achieve the last one, use a combination
13
+ # of an image pattern and an attribute pattern.
14
+ # Since the heuristics matches also some unneeded things, lock those
15
+ # out by observing the source and going for a constraint - concreely
16
+ # ensure_absence_of_ancestor_node. The constraint uses a list of attribute
17
+ # values
18
+ #
19
+ #Solution: Specify the examples as usual. After running the extractor for the
20
+ # first time, we can observe that the wrongly matched results are inside
21
+ # an <a> tag which has a 'class' attribute with values either srNewCat
22
+ # or srNewMfg - use this fact to distinguish the relevant results.
23
+ camera_data = Scrubyt::Extractor.define do
24
+ #Perform the action(s)
25
+ fetch File.join(File.dirname(__FILE__), "input.html")
26
+ #Construct the wrapper
27
+ item do
28
+ image "1_files/Images50.gif" do
29
+ image_src "src", :type => :attribute
30
+ end
31
+ item_name "Canon EOS 20D SLR Digital Camera (Lens sold separately)"
32
+ price "$1,123.77"
33
+ end.ensure_absence_of_ancestor_node :a, :class => ['srNewCat', 'srNewMfg']
34
+ end
35
+
36
+ camera_data.to_xml.write($stdout, 1)
37
+ Scrubyt::ResultDumper.print_statistics(camera_data)