view etc/schema/xhtml-style.rnc @ 86960:8f2d093e6920

(binhex): New custom group. (binhex-decoder-program, binhex-decoder-switches) (binhex-use-external): Move to the binhex custom group.
author Glenn Morris <rgm@gnu.org>
date Sun, 02 Dec 2007 18:50:42 +0000
parents 38f93f3d00a2
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*