view etc/schema/xhtml-meta.rnc @ 109472:20f9503a8859

Fix previous change in gnus-summary-bookmark-make-record. 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in the article buffer, not the summary buffer.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 20 Jul 2010 01:19: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*