view etc/schema/xhtml-xstyle.rnc @ 106656:5b3e8e51b723

Merge: update nt/INSTALL for CVS->Bazaar switchover too.
author Karl Fogel <kfogel@red-bean.com>
date Sun, 27 Dec 2009 18:40:41 -0500
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*