Example 8-4: Results of an XSQL page with multiple queries

<?xml version = '1.0'?>
<client-portfolio>
   <effective-date>26-SEP-1999</effective-date>
   <client>
      <info>
         <id>101</id>
         <name>
            <givenname>Tim</givenname>
            <familyname>Jones</familyname>
         </name>
         <homeaddress>
            <street>301 Ruxpin Road</street>
            <city>Palo Alto</city>
            <state>CA</state>
            <postcode>94301</postcode>
            <country>USA</country>
         </homeaddress>
         <workaddress>
            <street>12 Infinite Loop</street>
            <city>Cupertino</city>
            <state>CA</state>
            <postcode>95014</postcode>
            <country>USA</country>
         </workaddress>
      </info>
   </client>
   <portfolio>
      <quote num="1">
         <symbol>GE</symbol>
         <price>103.50</price>
         <change>0.80</change>
      </quote>
      <quote num="2">
         <symbol>ORCL</symbol>
         <price>27.33</price>
         <change>3.40</change>
      </quote>
   </portfolio>
</client-portfolio>