[
Lists Home |
Date Index |
Thread Index
]
- From: "John E. Simpson" <simpson@polaris.net>
- To: "Chung, Byung Hee" <chtino@hnc.co.kr>
- Date: Fri, 26 Feb 1999 08:54:47 -0500
At 07:00 PM 2/26/99 +0900, Chung, Byung Hee wrote:
>In IE5, XML document without stylesheet is displayed as tree.
>I want to see XML document with CSS stylesheet in IE5.
>How can I link CSS information to XML document ?
Include the following line at the head of your document:
<?xml:stylesheet type="text/css" href="http://your.css.URI/here.css"?>
replacing "http://your.css.URI/here.css" with, of course, the URI of the
stylesheet.
[Warning: IE5's support for CSS is still rather selective. A list of
features supported and non-supported is at
http://www.microsoft.com/workshop/author/css/reference/attributes.asp, but
the list of non-supported ones doesn't tell the whole story -- at least if
you want to use CSS2 rather than CSS1.]
=============================================================
John E. Simpson | It's no disgrace t'be poor,
simpson@polaris.net | but it might as well be.
| -- "Kin" Hubbard
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|