This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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    | 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]