Re: [xsl] Style sheets

Subject: Re: [xsl] Style sheets
From: viewga <viewga@xxxxxxxxxxxx>
Date: Mon, 5 Feb 2001 11:18:33 +0200
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@xxxxxxxxxxxx




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


Current Thread