ReachableCEOResume/legacy-resumes/resume-1/examples/addressing/italy.xml

32 lines
745 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Sample Italian address. Use 'italian' format. Correct formatting is:
Giuseppe Verdi
Via Garibaldi, 23
123 456 Sorrento (NA)
Italy
$Id: italy.xml,v 1.1 2001/12/15 06:02:05 stewarte Exp $
-->
<?xml-stylesheet href="html.xsl" type="text/xsl"?>
<!DOCTYPE resume PUBLIC "-//Sean Kelly//DTD Resume 1.2.2//EN" "http://xmlresume.sourceforge.net/dtd/resume.dtd">
<resume>
<header>
<name>
<firstname>Giuseppe</firstname>
<surname>Verdi</surname>
</name>
<address>
<street>Via Garibaldi, 23</street>
<city>Sorrento</city>
<postalCode>123 456</postalCode>
<province>NA</province>
<country>Italy</country>
</address>
</header>
</resume>