home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!-- Simple general test -->
- <?xml-stylesheet href="http://202.120.182.10/xml/test2.xsl" type="text/xsl"?>
- <doc>
- <table>
- <row>
- <empty-cell><BR/></empty-cell>
- <column-header-cell>Column 1</column-header-cell>
- <column-header-cell>Column 2</column-header-cell>
- <column-header-cell>Column 3</column-header-cell>
- </row>
- <row>
- <cell>Row1 </cell>
- <cell>Row 1, Column 1</cell>
- <cell>Row 1, Column 2</cell>
- <cell>Row 1, Column 3</cell>
- </row>
- <row test="critical">
- <cell>(critical) Row2 </cell>
- <cell>Row 2, Column 1</cell>
- <cell>Row 2, Column 2</cell>
- <cell>Row 2, Column 3</cell>
- </row>
- <row>
- <cell>Row3 </cell>
- <cell>Row 3, Column 1</cell>
- <cell>Row 3, Column 2</cell>
- <cell>Row 3, Column 3</cell>
- </row>
- <row>
- <cell>Row4 </cell>
- <cell>Row 4, Column 1</cell>
- <cell>Row 4, Column 2</cell>
- <cell>Row 4, Column 3</cell>
- </row>
- <row>
- <cell>Row5 </cell>
- <cell>Row 5, Column 1</cell>
- <cell>Row 5, Column 2</cell>
- <cell>Row 5, Column 3</cell>
- </row>
- </table>
-
- </doc>