 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
· |
Lets
documents point to stylesheets
|
|
|
|
n |
Based
on HTML <link type='stylesheet'>
|
|
|
|
n |
Multiple,
anywhere in XML prolog
|
|
|
|
n |
May
point to CSS, XSL, etc.
|
|
|
· |
Example:
|
|
|
|
n |
<?xml-stylesheet alternate="yes" href=
"mystyle.css" title="Medium"
|
|
type="text/css"?>
|
|
|
|
n |
Equivalent
of HTML:
|
|
|
|
<LINK href="mystyle.css"
title="Medium" rel="alternate stylesheet"
|
|
|
type="text/css">
|
|
|
|
n |
REC: http://www.w3.org/TR/xml-stylesheet
|
|