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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: DOCBOOK: Adding to footers in HTML output


/ Camille Begnis <camille@mandrakesoft.com> was heard to say:
| Using something like that in my custom stylesheet:
| 
| (define ($html-body-start$)
|   (make sequence (literal "My custom header")))
| 
| allows insertion of simple text at the all beginning of each chunk. Is
| there any mean to insert sgml/html code?

Sure:

 (define ($html-body-start$)
   (make element gi: "p"
     (literal "Well ")
     (make element gi: "i"
        (literal "hello"))
     (literal " there!")))


                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | One must look for one thing only,
http://www.oasis-open.org/docbook/ | to find many.--Cesare Pavese
Member, DocBook Editorial Board    | 



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


Powered by eList eXpress LLC