xsl-list
[Top] [All Lists]

RE: XSL/HTML styling and CSS style sheets

2003-12-04 12:43:25
Thanks everyone.

The empty tag syntax for the link tag is what I was missing.

Jackson

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Robert Clarke
Sent: Thursday, December 04, 2003 10:27 AM
To: 'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'
Subject: RE: [xsl] 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



<Prev in Thread] Current Thread [Next in Thread>