view etc/schema/xhtml-meta.rnc @ 111400:17d49dad0c8b

ChangeLog fix. Ref: http://lists.gnu.org/archive/html/emacs-devel/2010-11/msg00133.html
author Glenn Morris <rgm@gnu.org>
date Thu, 04 Nov 2010 11:22:12 -0700
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*