Subject: RE: XSL/HTML styling and CSS style sheets
From: "Jackson Zettler" <jacksonzettler@xxxxxxxx>
Date: Thu, 4 Dec 2003 14:43:25 -0500
|
Thanks everyone.
The empty tag syntax for the link tag is what I was missing.
Jackson
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Robert Clarke
Sent: Thursday, December 04, 2003 10:27 AM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: XSL/HTML styling and CSS style sheets
Hi Jackson
> I was kinda hoping that I
> could just embed my CSS the same way I used to in the html page:
<link rel="stylesheet" type="text/css" href="/styles.css">
> But this doesn't work.
This isn't valid XHTML it should work if you change it to
<link rel="stylesheet" type="text/css" href="/styles.css" />
> I am also having a problem with non-regular ascii characters displaying in
> the browser as you can see in the data below; this is transferred to the
> browser and is never translated for display.
This is a problem with your XML rather than your XSL, It looks like it could
be a dodgy Microsoft quote.
? <description>Georgian Oil Painting BeginnerÂ' s Set</description>
Hope this is useful
Cheers
Robert
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|