OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: html output: removing unneeded body attributes?


I'm trying to generate HTML output.

I see that the body element contains this:

<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">

Because I'm doing my styling mainly in css, I don't need these
defaults. I realize that I can probably override this in css, but is
there a db parameter for turning this off in the body element?


I tried enabling 2 parameters,

    <xsl:param name="html.cleanup" select="1"></xsl:param>
    <xsl:param name="make.clean.html" select="1"></xsl:param>


 but this did not seem to have any effect on this. (By the way, is it
all right to use both parameters simultaneously?




-- 
Robert Nagle
12777 Ashford Point Dr #1417
Houston, Texas 77082
713 893 3424
http://www.robertnagle.info


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]