view etc/schema/xhtml-xstyle.rnc @ 104199:0462fa7b12af

(rmail-add-mbox-headers): Restore error message about invalid RFC2822 format.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 08 Aug 2009 10:26:44 +0000
parents 55a95acb5aa1
children
line wrap: on
line source

# Style Module

style = element style { style.attlist, text }
style.attlist =
  title.attrib,
  I18n.attrib,
  attribute type { ContentType.datatype },
  attribute media { MediaDesc.datatype }?,
  attribute xml:space { "preserve" }?
head.content &= style*