view etc/schema/xhtml-xstyle.rnc @ 92989:130c0da046a4

(calendar-chinese-from-absolute, calendar-chinese-date-string): Expand calendar-mod calls.
author Glenn Morris <rgm@gnu.org>
date Sun, 16 Mar 2008 01:23:25 +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*