search creation using xml file

admin

Administrator
Staff member
I have .xml file, I want to create search using this xml file as like this website search ....<!-- m --><a class="postlink" href="http://www.foxtons.co.uk/">http://www.foxtons.co.uk/</a><!-- m -->
My xml file ---------------

<ToLet Version="1.1" Agent="23456" Password="qwer1234" Date="20060221">
<Property>
<Refnumber>1126.00</Refnumber>
<Number>4/13</Number>
<Street>55 Degrees North</Street>
<Address3>Newcastle upon Tyne</Address3>
<Address4></Address4>
<Postcode>NE1 6BF</Postcode>
<Area>Newcastle Upon Tyne</Area>
<Type>Apartment</Type>
<Beds>2.00</Beds>
<Receps>1.00</Receps>
<Garage>False</Garage>
<Parking>False</Parking>
<Garden>False</Garden>
<Balcony>False</Balcony>
<Floor>4</Floor>
<Available>28/11/2005</Available>
<Status>Available</Status>
<Shortlet>False</Shortlet>
<Longlet>True</Longlet>
<Rent Per="Month">750.00</Rent>
<Condition>0.00</Condition>
<Age></Age>
<Description>2 bed luxury city apartment. Property is fully carpeted with a high specification kitchen and security.</Description>
<Comments>Fourth floor 2 bed luxury city apartment. The property is available fully furnished, has lovely city views,concierge and lift. </Comments>
<Photo1>23456_1126_1.jpg</Photo1>
<Photo2></Photo2>
<Photo3></Photo3>
<Photo4></Photo4>
<Photo5></Photo5>
<Photo6></Photo6>
<Photo7></Photo7>
<Photo8></Photo8>
<Photo9></Photo9>
<Map></Map>
<Movie></Movie>
<Url></Url>
<Created>25/11/2005</Created>
</Property>

</ToLet>
 
Back
Top