multiple stylesheets (XSLT and CSS)

1.) If both an XSLT stylesheet and a CSS stylesheet are applied
    to a single document, what happens?

For instance, if I have

  <link rel="stylesheet" type="text/css" href="style.css">
  <link rel="stylesheet" type="application/xml" href="transform.xsl">


2.) If two XSLT stylesheets are both applied to a single
    document, how do they interact?

For instance, if I have
  <link rel="stylesheet" type="application/xml" href="index.xsl">
  <link rel="stylesheet" type="application/xml" href="transform.xsl">

Received on Sunday, 15 April 2001 14:57:07 UTC