view etc/schema/xhtml-meta.rnc @ 103795:510b33da5f7b

Use a DATE variable with the publication date, and update it. Fix antinews menu description. Update VERSION to match elisp.texi. Update the detailed node listing to match elisp.texi.
author Glenn Morris <rgm@gnu.org>
date Thu, 09 Jul 2009 03:03:14 +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*