view etc/schema/xhtml-meta.rnc @ 107152:34e2c3832e08

(ad-compile-function): Suppress byte-compiler warnings, since it is annoying for the user to see them each time he runs the code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 15 Feb 2010 14:55:51 -0500
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*