view etc/schema/xhtml-meta.rnc @ 102961:4d83e5b1225b

(src) <gdb.ini>: Don't replace the line with x_error_quitter; instead append "set environment NAME" to the end. Set NAME and USERNAME in the environment to the same value.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 14 Apr 2009 10:37:21 +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*