[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Linked style sheets.

Subject: Re: Linked style sheets.
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 27 Jul 2001 18:52:27 +0200 (MET DST)
linked style
Hi Daniel,

> I've just had a look in the FAQ regarding using external style sheets, and
> it says that I can't use the <link rel="stylesheet"> tag. So, how do I get
> my style sheet to be used by my XSL files? I don't want to reproduce the
> style sheet within the <head> section of the page, so can I use the my
> existing style sheet in some way?

> PS, I'm only doing this because you all kept having a go at me about my
> <font> tags :-)

Do you talk about CSS stylesheets?

Haven't searched what page in the FAQ you're refering to, anyway.
It's true that <link ...> in your XML source wouldn't be processed
in any special way. But you can create of course HTML as target
vocabulary with <link> elements in it:

<xsl:template match="/">
   <html>
      <head>
         <link rel="stylesheet" href="style.css" type="text/css" />
      </head>
      <body>
         <xsl:apply-templates />
      </body>
   </html>
</xsl:template>

Or do *I* missing something?

Cheers,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.