<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl'?> 
<employees>
    <details>
        <firstname>Shiv</firstname>
        <lastname>Mishra</lastname>
        <title>Engineer</title>
        <division>Computer</division>
        <building>301</building>
        <room>11</room>
    </details> 
    <details>
        <firstname>Yuh</firstname>
        <lastname>Datta</lastname>
        <title>developer</title>
        <division>Computer</division>
        <building>303</building>
        <room>02</room>
    </details> 
    <details>
        <firstname>Rahil</firstname>
        <lastname>Khan</lastname>
        <title>Tester</title>
        <division>Computer</division>
        <building>304</building>
        <room>10</room>
    </details> 
    <details>
        <firstname>Deep</firstname>
        <lastname>Parekh</lastname>
        <title>Designer</title>
        <division>Computer</division>
        <building>305</building>
        <room>14</room>
    </details>
    
</employees>
