FIGURE 2: XML output that the XSLT in Listing 2 produces

  <?xml version="1.0" ?> 
<root xmlns:z="#RowsetSchema">
  <Customer>
  <CustomerID>ALFKI</CustomerID> 
  <Company>Alfreds Futterkiste</Company> 
  <Contact>Maria Anders</Contact> 
  </Customer>
  <Customer>
  <CustomerID>ANATR</CustomerID> 
  <Company>Ana Trujillo Emparedados y helados</Company> 
  <Contact>Ana Trujillo</Contact> 
  </Customer>
</root>