view etc/schema/xhtml-xstyle.rnc @ 109712:de86f640dbaa

* emulation/pc-select.el: Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 05 Aug 2010 23:31:03 +0200
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*