view etc/schema/xhtml-xstyle.rnc @ 107776:cdab6ddd22d0

* font-lock.el: Require CL when compiling. (font-lock-turn-on-thing-lock): Use `case'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 03 Apr 2010 16:10:14 -0400
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*