view etc/schema/xhtml-xstyle.rnc @ 95769:f0eb9520e64c

(window--splittable-p, window--try-to-split-window): Don't use with-selected-window to avoid messing up get-lru-window.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 10 Jun 2008 07:44:56 +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*