This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Including CSS File References in HTML Output, Ignoring Entities, Extracting Data from DBHTML Calls....


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]