view etc/schema/xhtml-meta.rnc @ 109041:3465b68cf225

lib-src/movemail.c (error): Avoid warning when there are no args.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 24 Jun 2010 18:12:35 +0200
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*