view etc/schema/xhtml-xstyle.rnc @ 105886:544761863e24

* emacs-lisp/autoload.el (autoload-rubric): Always issue a provide statement.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 06 Nov 2009 19:12:55 +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*