Re: How can I include a <link> in <head>?

Subject: Re: How can I include a <link> in <head>?
From: Norman Walsh <ndw@xxxxxxxxxx>
Date: Thu, 9 Apr 1998 07:12:09 -0400
/ "Kendall G. Clark" <kendall@xxxxxxxxxx> was heard to say:
| I want to include a
| 
| 	<link rel="stylesheet" href="http://www.foo.com/foo.css";> within
| the <head> of every html document that gets converted from SGML/DocBook.
| 
| I'm using Norm's very cool stylesheets (v1.07).
| 
| I see the meta include section in dbpara.dsl but that won't work.

I'll add a hook for that.  In the meantime, search for all of the
(make entity...) construction rules and add:
  
  (make empty-element gi: "LINK"
	attributes: '(("REL" "STYLESHEET")
	              ("HREF" "http://...";)))
 
somewhere in the HEAD construction rule.

--norm


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • ANNOUNCE: Modular DocBook Stylesheets version 1.08beta6
    • Norman Walsh - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id LAA24644Wed, 8 Apr 1998 11:54:41 -0400 (EDT)
      • Kendall G. Clark - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id SAA05102Wed, 8 Apr 1998 18:27:38 -0400 (EDT)
        • Norman Walsh - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id HAA19071Thu, 9 Apr 1998 07:18:36 -0400 (EDT) <=