CSS

Subject: CSS
From: YueMa <may@xxxxxxxxxxxxxxxx>
Date: Thu, 30 Nov 2000 15:39:42 -0500
Hi there,
Thanks for the answers of concat string!

I have another question, how can I use am external CSS style file within
my XSLT file?
I tried to use
<xsl:copy-of select="document('mycss.css')"/>
but I've got error message said there is a syntax error in my CSS file
at the first line:

BODY {
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 100%;
 }

If I don't want to copy-paste the data from CSS to XSLT, what can I do ?

Thanks!

Yue



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


Current Thread
  • CSS
    • YueMa - Thu, 30 Nov 2000 15:39:42 -0500 <=