view etc/schema/xhtml-xstyle.rnc @ 104134:0bef83c2fc08

* help-fns.el (describe-variable): Treat list return values from dir-locals-find-file properly (Bug#4005).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 02 Aug 2009 23:09:00 +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*