Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 477

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="X25body-attrX25">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename body-attr.html>

<RefMeta>
  <RefEntryTitle>%body-attr%</RefEntryTitle>
  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>%body-attr%</RefName>
  <RefPurpose>What attributes should be hung off of BODY?</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
%body-attr%
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
A list of the the BODY attributes that should be generated.
The format is a list of lists, each interior list contains the
name and value of a BODY attribute.</para>


</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define %body-attr% 
  ;; What attributes should be hung off of BODY?
  (list
   (list "BGCOLOR" "#FFFFFF")
   (list "TEXT" "#000000")
   (list "LINK" "#0000FF")
   (list "VLINK" "#840084")
   (list "ALINK" "#0000FF")))
</ProgramListing>
</RefSect1>

</RefEntry>