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: Style sheets


Hello Shimon,

Saturday, February 03, 2001, 7:11:41 PM, you wrote:

SP> If I add <style>
SP> element to XSL file, style is accepted, but if I try to include *.css
SP> file, which contains already defined set of styles, I get an error from
SP> XSL processor saying that document is not well formed.

SP> Shimon

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

If you have style.css file with styles you should
<head>
<link rel="stylesheet" href="style.css" title="My Stylesheet" />
</head>

hope this helps.


-- 
Best regards,
 viewga                            mailto:viewga@phreaker.net




 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]