Example 17-14: Raw output of the News.xsql portal page

<?xml version = '1.0' encoding = 'UTF-8'?>
<page>
  <STOCKS>
   <ROW num="1"><TICKER>MSFT</TICKER><PRICE>69.75</PRICE></ROW>
   <ROW num="2"><TICKER>ORCL</TICKER><PRICE>79.94</PRICE></ROW>
  </STOCKS>
  <ROWSET>
    <ROW num="1">
     <ID>1</ID>
     <NAME>XML</NAME>
     <STORIES>
      <STORIES_ROW num="1">
       <TITLE>IBM Switches to Support SOAP</TITLE>
       <URL>http://news.cnet.com/news/0-1003-200-1770721.html</URL>
       <DESCRIPTION>After criticizing a Web technology created by rival
        Microsoft, IBM has changed its mind.</DESCRIPTION>
      </STORIES_ROW>
     <!-- 4 other STORIES_ROW clipped for brevity -->
     </STORIES>
    </ROW>
    <ROW num="2">
     <ID>2</ID>
     <NAME>XSLT</NAME>
     <STORIES>
      <STORIES_ROW num="1">
       <TITLE>SAXON 5.3 Released</TITLE>
       <URL>http://xmlhack.com/read.php?item=427</URL>
       <DESCRIPTION>Mike Kay has announced version 5.3 of his Saxon XSLT
        processor, which delivers significant performance advantages</DESCRIPTION>
      </STORIES_ROW>
      <!-- 4 other STORIES_ROW clipped for brevity -->
     </STORIES>
    </ROW>
    <ROW num="3">
     <ID>3</ID>
     <NAME>B2B</NAME>
     <STORIES>
      <STORIES_ROW num="1">
       <TITLE>Microsoft Banks on the Internet with BizTalk</TITLE>
       <URL>http://www.infoworld.com/articles/hn/xml/00/02/14/000214hnwap.xml</URL>
       <DESCRIPTION>Later in 2000 Microsoft will deliver the second generation
         of its BizTalk tools as well as the BizTalk Server.</DESCRIPTION>
      </STORIES_ROW>
      <!-- 4 other STORIES_ROW clipped for brevity -->
     </STORIES>
    </ROW>
 </ROWSET>
</page>