view etc/schema/xhtml-xstyle.rnc @ 110329:16a352829b29

gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group for back end that doesn't support request-scan.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 14 Sep 2010 03:40:10 +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*