view etc/schema/xhtml-xstyle.rnc @ 112222:5f7efaa8604a

* doc/misc/nxml-mode.texi (Introduction): Fix file name typos.
author Glenn Morris <rgm@gnu.org>
date Sun, 02 Jan 2011 17:14:03 -0800
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*