view etc/schema/xhtml-meta.rnc @ 92267:467f32569332

(uniquify-buffer-base-name): If the base name is an empty string, return nil to allow the caller to default to the buffer name. Reported by Martin Fischer <parozusa@web.de>.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 27 Feb 2008 16:39:09 +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*