view etc/schema/xhtml-xstyle.rnc @ 103886:d9b3b49cf6d3

(json-partial-output): Fix broken GDB/MI output in -break-info command (Emacs bug #3794).
author Dmitry Dzhus <dima@sphinx.net.ru>
date Tue, 14 Jul 2009 08:40:58 +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*