view etc/schema/xhtml-meta.rnc @ 96090:596ac435a025

Tweak interface of buffer-face-mode functions Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1262
author Miles Bader <miles@gnu.org>
date Fri, 20 Jun 2008 08:55:22 +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*