Re: [xsl] XSL/HTML styling and CSS style sheets

Subject: Re: [xsl] XSL/HTML styling and CSS style sheets
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 4 Dec 2003 15:55:28 GMT
 
  though if your xsl:output is producing html then sometimes it removes
  this anyways

It should _always_ remove the trailing / (which would not be valid html)

  Or cheat and provide it as:
   <link rel="stylesheet" type="text/css" href="/styles.css"><xsl:text>
   </xsl:text></link>

If you do that then the system would be forced to produce an end tag for
the link element which again is invalid html.

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread