Correct type for XSLT stylesheets

In section 2.7 Embedding Stylesheets in the XSLT 1.0 Recommendation, the
first line of the sample page is:

<?xml-stylesheet type="text/xml" href="#style1"?>

Internet Explorer only applies the stylesheet if the type is "text/xsl".
Which is right?

Note: I'm using an external stylesheet instead of the embedded one in the
example.

Received on Tuesday, 17 April 2001 21:19:41 UTC