view etc/schema/xhtml-xstyle.rnc @ 103891:77139c3e3747

* select.el (x-set-selection): Doc fix. (x-valid-simple-selection-p): Disallow selection data consisting of a list or cons of integers, since that is not used. (xselect--selection-bounds, xselect--int-to-cons): New functions. (xselect-convert-to-string, xselect-convert-to-length) (xselect-convert-to-filename, xselect-convert-to-charpos) (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 14 Jul 2009 16:58:25 +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*