view etc/schema/xhtml-xstyle.rnc @ 107980:c2eddf34eaf2

Improve commentary regarding redisplay.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 19 Apr 2010 18:35:15 +0300
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*