%html-meta-tags%
PrevNext

Name

%html-meta-tags% — What META should be generated?

Synopsis

%html-meta-tags%

Description

A list of the the HTML META information that should be generated. The format is a list of lists, each interior list contains the name and value of an HTML META tag.

Source Code

(define %html-meta-tags% 
  ;; What META should be generated?
  (list
   ;; Creator is handled automatically with %stylesheet-version%
   ;; (list "creator" "DSSSL DocBook to HTML Style Sheet")
   (list "form" "html")))

PrevHomeNext
%html-ext%Up%html-pubid%
 
 

Copyright © 1997, 1998 Norman Walsh