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....


 Dan Morrison

>also
>     <LINK REL="stylesheet" HREF="doc.css" TYPE="text/css" />
>               ^          ^
>while you're at it. :-)
missed that one!
>
>(& I prefer a space at the end of my singletons, better for XHTML)

I meant to also mention that for XHTML you should also get in the habit
of using lowercase names as LINK, HREF etc isn't allowed in XHTML
you have to have link, href. The space before the /> is better for
browsers but you can't control that from xsl. In practice it seems to be
OK is long as there is an attribute, which ensures there is a space
after the element name.

David


 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]