view etc/schema/xhtml-xstyle.rnc @ 108696:144e6ea330f0

* indent.el (indent-region): Deactivate region (bug#6200).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 May 2010 23:06:48 -0400
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*