home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / APCHSSL2.ZIP / OS2HTTPD / public / htdocs / xml / test2.xml < prev    next >
Encoding:
Extensible Markup Language  |  1999-03-27  |  1.3 KB  |  42 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <!-- Simple general test -->
  4. <?xml-stylesheet href="http://202.120.182.10/xml/test2.xsl" type="text/xsl"?>
  5. <doc>    
  6.     <table>
  7.         <row>
  8.             <empty-cell><BR/></empty-cell>
  9.             <column-header-cell>Column 1</column-header-cell>
  10.             <column-header-cell>Column 2</column-header-cell>
  11.             <column-header-cell>Column 3</column-header-cell>
  12.         </row>
  13.         <row>
  14.             <cell>Row1 </cell>
  15.             <cell>Row 1, Column 1</cell>
  16.             <cell>Row 1, Column 2</cell>
  17.             <cell>Row 1, Column 3</cell>
  18.         </row>
  19.         <row test="critical">
  20.             <cell>(critical) Row2 </cell>
  21.             <cell>Row 2, Column 1</cell>
  22.             <cell>Row 2, Column 2</cell>
  23.             <cell>Row 2, Column 3</cell>
  24.         </row>
  25.         <row>
  26.             <cell>Row3 </cell>
  27.             <cell>Row 3, Column 1</cell>
  28.             <cell>Row 3, Column 2</cell>
  29.             <cell>Row 3, Column 3</cell>
  30.         </row>
  31.         <row>
  32.             <cell>Row4 </cell>
  33.             <cell>Row 4, Column 1</cell>
  34.             <cell>Row 4, Column 2</cell>
  35.             <cell>Row 4, Column 3</cell>
  36.         </row>
  37.         <row>
  38.             <cell>Row5 </cell>
  39.             <cell>Row 5, Column 1</cell>
  40.             <cell>Row 5, Column 2</cell>
  41.             <cell>Row 5, Column 3</cell>
  42.         </row>
  43.     </table>
  44.  
  45. </doc>