view etc/schema/xhtml-xstyle.rnc @ 107152:34e2c3832e08

(ad-compile-function): Suppress byte-compiler warnings, since it is annoying for the user to see them each time he runs the code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 15 Feb 2010 14:55:51 -0500
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*