Logo

Introduction

We will use a simple address file example all along:

<Addresses>
  <Person>
    <Name>Herman, Iván</Name>
    <Address>W3C at the W3C Dutch Office at CWI,
        Kruislaan 413</Address>
    <City>Amsterdam</City>
    <Zip>1098 SJ</Zip>
    <Country>Netherlands</Country>
    <Tel where="mobile">+33 6 0887 2517</Tel>
    <Tel where="home">+31 20 647 8592</Tel>
    <Tel where="office">+31 20 592 4163</Tel>
    <Fax>+31-20-592 4312</Fax>
    <Email>ivan@w3.org</Email>
    <Picture width="281" height="266" src="pngs/ivan.png"/>
   <Notes>Head of Offices</Notes>
  </Person>
  ...
</Addresses>

Ivan Herman, W3C Head of Offices16 July, 20022 (27)