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]

CSS


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

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