view etc/schema/xhtml-meta.rnc @ 92697:001682fd0516

(diary-file, hebrew-holidays-1) (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4) (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark) (calendar-version): Doc fixes. (calendar-absolute-from-gregorian): Use zerop. (calendar-mode-line-format): Make it a defcustom.
author Glenn Morris <rgm@gnu.org>
date Mon, 10 Mar 2008 02:45:26 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Meta Module

meta = element meta { meta.attlist }
meta.attlist =
  I18n.attrib,
  attribute http-equiv { NMTOKEN.datatype }?,
  attribute name { NMTOKEN.datatype }?,
  attribute content { text }?,
  attribute scheme { text }?
head.content &= meta*