view etc/schema/xhtml-xstyle.rnc @ 111589:82705ee7a2ac

Fix revno 100153. src/Makefile.in: Don't use ## comment, it breaks the MSDOS build.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 09 Nov 2010 20:28:38 +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*