view etc/schema/xhtml-xstyle.rnc @ 109917:0266442adf6a

* subr.el (ignore-errors): Add debug declaration.
author Andreas Schwab <schwab@linux-m68k.org>
date Wed, 11 Aug 2010 15:43:49 +0200
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*