view etc/schema/xhtml-xstyle.rnc @ 94386:a674a09b0ac8

Johan Bockg? <bojohan at gnu.org> (byte-compile-find-cl-functions): Simplify. Collect `defun' and `autoload' entries. Avoid modifying load-history.
author Glenn Morris <rgm@gnu.org>
date Sun, 27 Apr 2008 01:16:49 +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*