Is there some way of performing 2 searches on an array?
for example if i have an xml document parsed out, but now i want to modify the way it looks. if the xml is.
<location city="11531">
<forecast day_sequence="1" day_of_week="6" daylight="D"
date="060801" high_temp="24.78" low_temp="14.51" sky_desc="3"
precip_desc="" temp_desc="8" air_desc="" uv_index="7"
wind_speed="18.51" wind_dir="270" humidity="48" dew_point="12.01"
comfort="25.28" rainfall="" snowfall="" precip_prob="0" icon="2" />
how would i search for city 11531 to get the current data then search for day_sequence="1" so that i could echo html and add cutesy little pictures and stuff?