On Monday 25 October 2004 20:13, Sean Wheller wrote:
> On Monday 25 October 2004 18:48, Ross Gardler wrote:
> > So, what needs to be done is the plugin needs to be able to add CSS
> > classes into a skin.
>
> If it helps the Docbook custom layers can specify a CSS using the the
> html.stylesheet param this creates the <link rel="stylesheet"
> href="corpstyle.css" type="text/css"> in the head.
>
> The pipe can therefore find this string and process accordingly?
Here is a sample created with html.stylesheet is selecting corpstyle.css
<head>
<title>Learn Linux</title>
<link rel="stylesheet" href="corpstyle.css" type="text/css"/>
<meta name="generator" content="DocBook XSL Stylesheets V1.64.1"/>
</head>
--
Sean Wheller
Technical Author
sean@inwords.co.za
http://www.inwords.co.za
|