view etc/schema/xhtml-xstyle.rnc @ 104607:560601220dae

* dbus.texi (Top): Remove footnote saying D-Bus is not enabled by default. (Bug#4256)
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 25 Aug 2009 19:26:07 +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*