view etc/schema/xhtml-xstyle.rnc @ 94049:4b1d804fa27a

(gdb-find-source-frame): Improve doc string. (menu): Add/expand menu tooltips.
author Nick Roberts <nickrob@snap.net.nz>
date Sat, 12 Apr 2008 21:57:58 +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*