view etc/schema/xhtml-xstyle.rnc @ 91914:7a656b1ea8b3

*** empty log message ***
author Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
date Sun, 17 Feb 2008 21:09:42 +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*