hi.. i have problem on reading XML string data..

i need to receive this stream of XML tag..

<show>

<Title date="8-12-04" time="6 pm" place="lot 1">The Great One</Title>

<Title date="8-12-04" time="7 pm" place="lot 2">The Great Two</Title>

<Title date="8-12-04" time="8 pm" place="lot 3">The Great Three</Title>
.
.
.

</show>

how should go about retriving the data(places and show name) like, if i want to watch any show on 8-12-04 , and i am able to see the place and the movie names?

thanks....