Error in xml-stylesheet PI Example

Hi,
   I found an error in an example within the document “Associating Style 
Sheets with XML documents Version 1.0” [1].

   In the first example of comparing the HTML 4.0 <link> element with 
the <?xml-stylesheet?> PI, The rel attribute should be rel="stylesheet".
ie.
Should be:
<LINK href="mystyle.css" rel="stylesheet" type="text/css">
<?xml-stylesheet href="mystyle.css" type="text/css"?>
Not:
<LINK href="mystyle.css" rel="style sheet" type="text/css">
<?xml-stylesheet href="mystyle.css" type="text/css"?>

[1] http://www.w3.org/TR/xml-stylesheet/

-- 
Lachlan Hunt

Received on Saturday, 6 March 2004 05:33:29 UTC