view etc/schema/xhtml-xstyle.rnc @ 103222:dc13afe10986

* anti.texi (Antinews): Rewrite for Emacs 22.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 May 2009 05:13:36 +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*