- or download this
<City name="Some City">
<Properties location="SomeCountry">
...
<Street name="Gray Street" bars="none">
</StreetList>
</City>
- or download this
my $current_city = 'Some City';
my $xml = Module->parse('myfile.xml', //City[@name=$current_city);
...
print "$street_name";
}
}
- or download this
In Some City these streets have bars: Bar Street