Created
June 9, 2009 01:46
-
-
Save jhubert/126199 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div typeof="product:Product" | |
xmlns:product="http://search.yahoo.com/searchmonkey/product/" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> | |
<span rel="rdfs:seeAlso media:image"> | |
<img src="http://www.sytore.com/product.jpg"/> | |
</span> | |
</div> | |
<div> | |
<span property="product:listPrice">49.99</span> | |
<span property="product:salePrice">39.99</span> | |
<span property="product:currency" content="USD" /> | |
<span property="rdfs:label">Pinball Maven : Video Games : Electronics</span> | |
<div rel="review:hasReview"> | |
<span typeof="review:Review"> | |
<span property="review:rating">4</span> | |
<span property="review:totalRatings">17</span> | |
</span> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment