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 HuntReceived on Saturday, 6 March 2004 05:33:29 GMT
This archive was generated by hypermail 2.2.0 + w3c-0.30 : Thursday, 9 June 2005 12:16:03 GMT