Created
August 16, 2012 09:04
-
-
Save mateutek/3368592 to your computer and use it in GitHub Desktop.
Traversing
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 class="documents"> | |
<div class="dates"> | |
<p class="selldate">Sold: 16-07-2012</p> | |
</div> | |
........ | |
</div> | |
<div class="documents"> | |
<div class="dates"> | |
<p class="selldate">Sold: 15-07-2012</p> | |
</div> | |
........ | |
</div> | |
<div class="documents"> | |
<div class="dates"> | |
<p class="selldate">Sold: 14-07-2012</p> | |
</div> | |
........ | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment