<!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"-->
    <?xml-stylesheet type="text/css" href="css/xml-stylesheet.css"?>
    <?xml-stylesheet type="text/css" href="css/xml-stylesheet_all.css" media="all"?>
    <?xml-stylesheet type="text/css" href="css/xml-stylesheet_screen.css" media="screen"?>
    <?xml-stylesheet type="text/css" href="css/xml-stylesheet_print.css" media="print"?>
    <?xml-stylesheet type="text/css" href="css/xml-stylesheet_handheld.css" media="handheld"?>
    <?xml-stylesheet type="text/css" href="css/xml-stylesheet_projection.css" media="projection"?>
    <?xml-stylesheet type="text/css" href="css/xml-stylesheet_tv.css" media="tv"?>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Assigning external CSS - xml-stylesheet</title>
    <meta http-equiv="content-type" content="application/xml" />
    <link rel="up" href="./" title="Assigning external CSS" />
    <link rel="prev" href="style_media.html" title="style media=''" />
    <link rel="stylesheet" type="text/css" href="css/basic.css" />
  </head>
  <body>
<!--
          <p id="xmlstylesheet">xml-stylesheet</p>
          <p id="xmlstylesheetall">xml-stylesheet media="all"</p>
          <p id="xmlstylesheetscreen">xml-stylesheet media="screen"</p>
          <p id="xmlstylesheetprint">xml-stylesheet media="print"</p>
          <p id="xmlstylesheethandheld">xml-stylesheet media="handheld"</p>
          <p id="xmlstylesheetprojection">xml-stylesheet media="projection"</p>
          <p id="xmlstylesheettv">xml-stylesheet media="tv"</p>
-->
    <div class="breadcrumb"><a href="./">Assigning external <acronym title="Cascading Style Sheets">CSS</acronym></a> &gt; xml-stylesheet</div>
    <h1>&lt;?xml-stylesheet?&gt;</h1>
    <p>Test cases: assigning external <acronym>CSS</acronym> to an <acronym title="Hypertext Markup Language"><acronym>HTML</acronym></acronym> document with the <code>@import</code> rule in a <code>style</code> element. There are test cases with single or double quotes, with or without the <code>url()</code> syntax. The <code>@import</code> element may have a media descriptor. <abbr title="For example">E.g.</abbr> (<acronym>CSS</acronym>):</p>
    <pre>&lt;?xml-stylesheet type="text/css" href="css/xml-stylesheet_all.css" media="all"?&gt;</pre>
    <p>See the Specification "<a href="http://www.w3.org/TR/xml-stylesheet/">Associating Style Sheets with <acronym title="Extensible Markup Language">XML</acronym> documents</a>" for more information on the <code>xml-stylesheet</code> processing-instruction.</p>
    <table border="1" summary="table with test results; the first column shows the tested user agents, the other columns show the tet results for the test case specified in the column header.">
      <caption>test results: xml-stylesheet</caption>
      <colgroup>
        <col />
      </colgroup>
      <colgroup span="7"></colgroup>
      <thead>
        <tr>
          <th scope="col" rowspan="2">User Agent</th>
          <th scope="colgroup" colspan="7">Method</th>
        </tr>
        <tr>
          <td scope="col" id="xmlstylesheet">xml-stylesheet</td>
          <td scope="col" id="xmlstylesheetall">xml-stylesheet media= "all"</td>
          <td scope="col" id="xmlstylesheetscreen">xml-stylesheet media= "screen"</td>
          <td scope="col" id="xmlstylesheetprint">xml-stylesheet media= "print"</td>
          <td scope="col" id="xmlstylesheethandheld">xml-stylesheet media= "handheld"</td>
          <td scope="col" id="xmlstylesheetprojection">xml-stylesheet media= "projection"</td>
          <td scope="col" id="xmlstylesheettv">xml-stylesheet media= "tv"</td>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td scope="row">Amaya (Win) 7.2 - 8.0</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Amaya (Win) 7.2 - 8.0 (print)</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="print" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="pos">yes</td>
        </tr>
        <tr>
          <td scope="row">iCab (Mac) 2.9.1</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">iCab (Mac) 2.9.1 (print)</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">IE (Mac) 5.0</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">IE (Mac) 5.0 (print)</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">IE (Mac) 5.2.2</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">IE (Mac) 5.2.2 (print)</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">IE (Win) 5.0 - 6.0</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">IE (Win) 5.0 - 6.0 (print)</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Konqueror (Linux) 3.0</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Konqueror (Linux) 3.0 (print)</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Mozilla 0.8 - 1.6</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Mozilla 0.9.2 - 1.6 (print)</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Netscape 4.x</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Netscape 4.x (print)</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">OmniWeb (Mac) 4.1.1</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">OmniWeb (Mac) 4.1.1 (print)</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">Opera (Linux) 5.0 - 6.12</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Linux) 5.0 - 6.12 (print)</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Linux) 5.0 - 6.12 (projection)</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Win) 3.62 - 6.06</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Win) 3.62 - 6.06 (print)</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Win) 4.02 - 6.06 (projection)</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Win) 7.03 - 7.10</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Win) 7.03 - 7.10 (print)</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Win) 7.03 - 7.10 (projection)</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Opera (Win) 7.10 (small screen)</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Safari (Mac) v. 64</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
        <tr>
          <td scope="row">Safari (Mac) v. 64 (print)</td>
          <!-- xml-stylesheet -->
          <td class="">?</td>
          <!-- xml-stylesheet media="all" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="print" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="">?</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="">?</td>
        </tr>
      </tbody>
      <tbody>
        <tr>
          <td scope="row">WebTV 2.6</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">MSN TV 2.8</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
      </tbody>
      <tbody>
        <tr>
          <td scope="row">Nokia Mobile Browser 3.0.1</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Nokia 6590</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Openwave 6.0 - 6.2</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">Palm Tungsten 2.0.1</td>
          <!-- xml-stylesheet -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="all" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
        <tr>
          <td scope="row">SonyEricsson P800</td>
          <!-- xml-stylesheet -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="all" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="screen" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="print" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="handheld" -->
          <td class="pos">yes</td>
          <!-- xml-stylesheet media="projection" -->
          <td class="neg">no</td>
          <!-- xml-stylesheet media="tv" -->
          <td class="neg">no</td>
        </tr>
      </tbody>
    </table>
    <p>Note: Win IE 6.0 and Mozilla 0.8 do not understand 'application/xhtml+xml' and use external CSS only when <a href="xml-stylesheet.xml">served as 'text/xml' or 'application/xml'</a>.</p>
    <p>Note: For Netscape 6.1 - 7.02 and other Gecko-based browsers, see the information on Mozilla.</p>
  </body>
</html>