view etc/schema/xhtml-xstyle.rnc @ 111246:c55c819e9cf6

etc/NEWS: Add placeholder for finder-inf.el changes.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 30 Oct 2010 20:24:34 -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*