view etc/schema/xhtml-xstyle.rnc @ 109505:09271244db9f

* src/ecrt0.c, src/unexalpha.c: Remove files, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Jul 2010 21:44:29 -0700
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*