view etc/schema/xhtml-xstyle.rnc @ 93770:41c5d9292db8

(Burmese): Rename from Myanmar to be consistent with comment in burmese.el
author Jason Rumney <jasonr@gnu.org>
date Sun, 06 Apr 2008 15:19:26 +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*