view etc/schema/xhtml-meta.rnc @ 101760:9f3e0387f078

2009-02-02 Carsten Dominik <dominik@science.uva.nl> * org.el (org-cycle-global-at-bob): Fix typo. * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 02 Feb 2009 21:50:00 +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*