view etc/schema/xhtml-meta.rnc @ 111973:d60eda14e134

shr.el (shr-insert): Set shr-start after deleting trailing space; don't delete it within indentation.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 16 Dec 2010 00:55:04 +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*