view etc/schema/xhtml-xstyle.rnc @ 101642:a2281d8c22e0

* vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 29 Jan 2009 12:34:08 +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*