view etc/schema/xhtml-xstyle.rnc @ 98003:752eb2a81b82

* dired.el (dired-get-filename): Rewrite octal escape character processor (bug#885).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 05 Sep 2008 21:16:01 +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*