view etc/schema/xhtml-xstyle.rnc @ 108615:c82cd792792d

* src/Makefile.in (LIBX_OTHER): Move out of cpp section.
author Glenn Morris <rgm@gnu.org>
date Sat, 15 May 2010 17:21:58 -0700
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*