view etc/schema/xhtml-xstyle.rnc @ 99251:8a8cdf3d59ec

* server.el (server-process-filter): In daemon mode, default to emacsclient's tty if not opening a new frame and only the terminal-frame is available.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 30 Oct 2008 15:49:49 +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*