Subject: RE: how to insert/include the text/data in a separate (but local) .css file into an HTML O/P using XSL
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Thu, 2 Oct 2003 13:18:05 -0700
|
Hi,
Why not just do this and save the bandwidth:
<style type="text/css" media="all">
@import "css/default.css";
</style>
Best,
-Rob
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-
> list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of SANWAL, ABHISHEK (HP-Houston)
> Sent: Thursday, October 02, 2003 12:04 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>
> This is what I have done as per your suggestion.
>
> <!DOCTYPE xsl:stylesheet [
> <!ENTITY qspcss SYSTEM "qsp.css">
> ]>
> .....
>
> <style type="text/css">
> <xsl:comment>
> &qspcss;
> </xsl:comment>
> </style>
>
> Works like a charm :). Not a biggie but maybe this should go into Dave
> Pawsons FAQ as:
>
> "Adding a .CSS to the output of your HTML-XSL " or something of the
> sort.
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: how to insert/include the text/data in a separate (but local) .css file into an HTML O/P using XSL, (continued)
- David Carlisle - Thu, 2 Oct 2003 12:23:18 -0400 (EDT)
- Brook Ellingwood - Thu, 2 Oct 2003 12:38:50 -0400 (EDT)
- SANWAL, ABHISHEK (HP-Houston) - Thu, 2 Oct 2003 14:08:46 -0400 (EDT)
- SANWAL, ABHISHEK (HP-Houston) - Thu, 2 Oct 2003 15:04:23 -0400 (EDT)
- Robert Koberg - Thu, 2 Oct 2003 16:16:10 -0400 (EDT) <=
- WebShark - Sat, 4 Oct 2003 13:27:07 -0400 (EDT)
- SANWAL, ABHISHEK (HP-Houston) - Thu, 2 Oct 2003 17:28:50 -0400 (EDT)
|
|