<?xml version="1.0" encoding="iso-8859-1"?>
<!--itinerary using empty XML format-->
<itinerary_empty>
	<record ID="1">
		<day  day_of_tour="1" day_of_week="Saturday" />
		<date month="May" day_of_month="27" year="2006" />
		<travel from="Houston" to="London" />
		<visit  />
		<highlights highlight_1="flight to England"  />	
		<hotel  />
		<comments comment="We're on our way!" />
	</record>
		<record ID="2">
		<day  day_of_tour="2" day_of_week="Sunday" />
		<date month="May" day_of_month="28" year="2006" />
		<travel  />
		<visit city_1="London" city_2="Westminster"  />
		<highlights highlight_1="Big Ben" highlight_2="Trafalgar Square" highlight_3="London tube"  highlight_4="Houses of Parliament" highlight_5="dinner in an English pub" />	
		<hotel name="Hotel Novotel London" address="1 Shortlands,Hammersmith International Centre" city="London" country="United Kingdom" zip="W6 8DR" phone="+44-208-741-1555" fax="+44-208-741-2120" email="H0737@accor.com" web_address="http://www.novotel.com/novotel/fichehotel/gb/nov/0737/fiche_chambre.shtml" />
		<comments comment="a great intro to a fabulous city" />
	</record>
		<record ID="3">
		<day  day_of_tour="3" day_of_week="Monday" />
		<date month="May" day_of_month="29" year="2006" />
		<travel from="London" to="Windsor Castle" />
		<visit city_1="London" city_2="Windsor Castle" />
		<highlights  highlight_1="Winchester Abbey" highlight_2="Changing of the Guard" highlight_3="St. Paul's Cathedral"  highlight_4="Windsor Castle" />	
		<hotel name="Hotel Novotel London" address="1 Shortlands,Hammersmith International Centre" city="London" country="United Kingdom" zip="W6 8DR" phone="+44-208-741-1555" fax="+44-208-741-2120" email="H0737@accor.com" web_address="http://www.novotel.com/novotel/fichehotel/gb/nov/0737/fiche_chambre.shtml" />
		<comments comment="We loved it!" />
	</record>
</itinerary_empty>
        	
