<?xml version="1.0" encoding="iso-8859-1"?>

<addresses xmlns="http://www.phonedirectoy.org/XML">
    <person name="John Doe">
		<address> 
			<street> Oakroad 5 </street>
			<city> Lyngby </city>
			<country> Denmark </country>			
		</address>
		<phone> 124-21424-21 </phone>
		<email> jd@example.com </email> 
		<category>friend</category>
		<category>co-worker</category>
	</person>

    <building>
        <name> Chrysler </name>
    </building>
	
    <person name="Henrik Sorensen">
        <address> 
            <street> Rævehøjvej 36, room 117</street>
            <city> Lyngby </city>
            <country> Denmark </country>            
        </address>
        <phone> +45 77 42 45 37 </phone>
        <email> henrik@aasted.org </email> 
        <category>friend</category>
        <category>family</category>
    </person>

    <person name="Bart Simpson">
        <address> 
            <street> Radiation street 4?</street>
            <city> Springfield </city>
            <country>USA</country>            
        </address>
        <phone> unlisted </phone>
        <category>menace</category>
    </person>

    <person name="George Walker Bush">
        <address> 
            <street> 1600 Pennsylvania Avenue NW </street>
            <city> Washington, DC 20500 </city>
            <country> USA</country>            
        </address>
        <phone> 202-456-1414 </phone>
        <category>president</category>
        <category>cartoon villain</category>
    </person>

    <person name="Pope John Paul II">
        <address>
            <street> Vatican </street>
            <city> Rome </city>
            <country> Italy </country>            
        </address>
        <phone> Seems unlisted </phone>
        <category>pope</category>
    </person>

    <person name="Lex Luthor">
        <address>
            <street> Luthorcorp </street>
            <city> Metropolis </city>
            <country> USA </country>
        </address>
        <phone> 1-800-LEX </phone>
        <category>cartoon villain</category>
    </person>

    <person name="Donald Duck">
        <address>
            <street> Paradisæblevej 113</street>
            <city> Duckburg </city>
            <country>USA</country>            
        </address>
        <phone> Uknown</phone>
        <category>cartoon hero</category>
    </person>

    <person name="Superman">
        <address>
            <street> Unknown </street>
            <city> Metropolis </city>
            <country>USA</country>            
        </address>
        <phone> Uknown</phone>
        <category>cartoon hero</category>
    </person>

    <person name="Batman">
        <address>
            <street> Batcave</street>
            <city> Gotham City </city>
            <country>USA</country>            
        </address>
        <phone> 1-800-BAT</phone>
        <category>cartoon hero</category>
    </person>
    
    <person name="Scrooge McDuck">
        <address>
            <street> Unknown </street>
            <city> Duckburg </city>
            <country>USA</country>            
        </address>
        <phone> Uknown</phone>
        <category>cartoon hero</category>
    </person>
</addresses> 

