Help for this page

Select Code to Download


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