view etc/schema/xhtml-xstyle.rnc @ 105889:f47d28b0dece

* tar-mode.el (tar-copy): Call write-region on the right buffer (Bug#4857).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 07 Nov 2009 18:19:48 +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*