Guest User

Untitled

a guest
May 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <housecatalog>
  3. <house>
  4. <cost>
  5. £49,950
  6. </cost>
  7. <image>
  8. <img width="50" height="50" src="../images/house1.JPG"/>
  9. </image>
  10. <rooms>
  11. 3
  12. </rooms>
  13. <bathrooms>
  14. 2
  15. </bathrooms>
  16. <garden>
  17. 1/8th acre
  18. </garden>
  19. <telephone>
  20. 02616316525
  21. </telephone>
  22. </house>
  23.  
  24. <house>
  25. <cost>
  26. £59,950
  27. </cost>
  28. <image>
  29. house2.jpg
  30. </image>
  31. <rooms>
  32. 3
  33. </rooms>
  34. <bathrooms>
  35. 1 - 3 piece suite fully furbished
  36. </bathrooms>
  37. <garden>
  38. 1/4th acre
  39. </garden>
  40. <telephone>
  41. 0251864654
  42. </telephone>
  43. </house>
  44.  
  45. <house>
  46. <cost>
  47. £69,950
  48. </cost>
  49. <image>
  50. house3.jpg
  51. </image>
  52. <rooms>
  53. 2
  54. </rooms>
  55. <bathrooms>
  56. 1
  57. </bathrooms>
  58. <garden>
  59. 1/8th acre
  60. </garden>
  61. <telephone>
  62. 05466846515
  63. </telephone>
  64. </house>
  65.  
  66.  
  67. <house>
  68. <cost>
  69. £45,950
  70. </cost>
  71. <image>
  72. house4.jpg
  73. </image>
  74. <rooms>
  75. 2
  76. </rooms>
  77. <bathrooms>
  78. 2
  79. </bathrooms>
  80. <garden>
  81. 1/2th acre
  82. </garden>
  83. <telephone>
  84. 09642644842
  85. </telephone>
  86. </house>
  87.  
  88. <house>
  89. <cost>
  90. £49,950
  91. </cost>
  92. <image>
  93. house5.jpg
  94. </image>
  95. <rooms>
  96. 3
  97. </rooms>
  98. <bathrooms>
  99. 2
  100. </bathrooms>
  101. <garden>
  102. 1/8th acre
  103. </garden>
  104. <telephone>
  105. 07844145246
  106. </telephone>
  107. </house>
  108.  
  109. <house>
  110. <cost>
  111. £29,950
  112. </cost>
  113. <image>
  114. house6.jpg
  115. </image>
  116. <rooms>
  117. 1
  118. </rooms>
  119. <bathrooms>
  120. 1
  121. </bathrooms>
  122. <garden>
  123. no garden
  124. </garden>
  125. <telephone>
  126. 07426441515
  127. </telephone>
  128. </house>
  129.  
  130. <house>
  131. <cost>
  132. £49,950
  133. </cost>
  134. <image>
  135. house7.jpg
  136. </image>
  137. <rooms>
  138. 3
  139. </rooms>
  140. <bathrooms>
  141. 2
  142. </bathrooms>
  143. <garden>
  144. 1/8th acre
  145. </garden>
  146. <telephone>
  147. 02616316525
  148. </telephone>
  149. </house>
  150.  
  151. </housecatalog>
Add Comment
Please, Sign In to add comment