view etc/schema/xhtml-xstyle.rnc @ 98762:ef39b163f82b

(The Mark): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 Oct 2008 19:53:00 +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*