Yep! Something like this, for example:
http://www.walmart.com/ip/Step2-Lifestyle-Partytime-Kitchen-Set/10982709
It's the giant $120 denoting the price i'm after (which is in the following tags (with a bunch of parent nodes above these, too):)
- <td class="cellTL">
- <div class="BodyL" id="onlinePriceLabel" style="visibility: visible; ">Online</div>
- <div class="onlinePriceWM" id="WM_PRICE"><!--Module 305 - Buying Options table - Pricing Information--> <div class="PricingInfo">
- <div>
- <span class="camelPrice ">
- <span class="bigPriceText1">
- <span class=""></span>$120.<span class="smallPriceText1">54</span>
- </span>
- </span>
- </div>
- </div><!--End Module 305 - Buying Options table - Pricing Information--></div>
- <div id="WM_FLAGS" class="itemFlags"></div>
- </td>
Is there any way I could do some sort of search for "$" that would return only that <span class="bigPriceText1" /> rather than every one of its parent nodes as well?
(of course other "$"s found will be returned also, sorting out which returned is rendered in the largest font is step 2).
Thank you so so much for any help!