view etc/schema/xhtml-meta.rnc @ 96999:c80df631ecf5

New function diff-show-trailing-blanks in diff-mode.el.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 25 Jul 2008 02:34:31 +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*