view etc/schema/xhtml-xstyle.rnc @ 104369:5744c85d533a

* log-edit.el (log-edit-strip-single-file-name): New var. (log-edit-insert-changelog): Use it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 19 Aug 2009 19:55:58 +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*