Subject: Re: Including CSS File References in HTML Output, Ignoring Entities, Extracting Data from DBHTML Calls....
From: Dan Morrison <dman@xxxxxxxx>
Date: Thu, 30 Mar 2000 14:29:42 +1200
|
David Carlisle wrote:
>
> <LINK REL=stylesheet HREF="doc.css" TYPE="text/css">
>
> you have to use xml syntax so the stylesheet is well formed
>
> <LINK REL=stylesheet HREF="doc.css" TYPE="text/css"/>
> ^
also
<LINK REL="stylesheet" HREF="doc.css" TYPE="text/css" />
^ ^
while you're at it. :-)
(& I prefer a space at the end of my singletons, better for XHTML)
.dan.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|