Example 7-2: Output of Emp.xml using single root-template stylesheet

<html>
   <body>
      <table border="1" cellspacing="0">
         <tr>
            <td>7839</td>
            <td>KING</td>
         </tr>
         <tr>
            <td>7788</td>
            <td>SCOTT</td>
         </tr>
      </table>
   </body>
</html>