<?xml version="1.0"?>
<?xml-stylesheet href="dir.xsl" type="text/xsl"?>

<directory>
   <employee>
     <department>IT</department>
     <name>Eric Tang</name>
     <position>CTO</position>
     <contact>
       <room>998</room>
       <phone>1234</phone>
     </contact>
   </employee>
   <employee>
     <department>IT</department>
     <name>Eric Fung</name>
     <position>Manager</position>
     <contact>
        <room>990</room>
        <phone>5678</phone>
     </contact>
   </employee>
</directory>
