view etc/schema/xhtml-xstyle.rnc @ 105307:786c0adc17cc

(data-debug-new-buffer, data-debug-insert-thing): Remove unneeded declarations (one broken). (semanticdb-enable-gnu-global-databases): Fix prompt typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 30 Sep 2009 07:50:48 +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*