<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!DOCTYPE tweets [
<!ELEMENT tweets (tweet*)>
<!ELEMENT tweet (text, type, postcode_from, town, user_img)>
<!ELEMENT text (#PCDATA)>
<!ELEMENT type (#PCDATA)>
<!ELEMENT postcode_from (#PCDATA)>
<!ELEMENT town (#PCDATA)>
<!ELEMENT user_img (#PCDATA)>
]>
<tweets>
<tweet>
  <text>Hey I would like to JOIN from BT252PN</text>
  <type>JOIN</type>
  <postcode_from>BT25 2PN</postcode_from>
  <town>Banbridge</town>
  <user_img>http://dummyimage.com/48/000/fff.png</user_img>
 </tweet>
  <tweet>
  <text>Hey I would like to JOIN from BT808JF</text>
  <type>JOIN</type>
  <postcode_from>BT80 8JF</postcode_from>
  <town>Cookstown</town>
  <user_img>http://dummyimage.com/48/ccc/fff.png</user_img>
 </tweet>
 <tweet>
  <text>SHARING from BT808JF</text>
  <type>SHARING</type>
  <postcode_from>BT80 8JF</postcode_from>
  <town>Cookstown</town>
  <user_img>http://dummyimage.com/48/333/fff.png</user_img>
 </tweet>
  <tweet>
  <text>CAR-FULL from BT126JS</text>
  <type>CAR-FULL</type>
  <postcode_from>BT12</postcode_from>
  <town>Belfast</town>
  <user_img>http://dummyimage.com/48/333/fff.png</user_img>
 </tweet>
   <tweet>
  <text>CAR-FULL from BT291PN</text>
  <type>CAR-FULL</type>
  <postcode_from>BT29 1PN</postcode_from>
  <town>Crumlin</town>
  <user_img>http://dummyimage.com/48/333/fff.png</user_img>
 </tweet>
</tweets>