view etc/schema/xhtml-xstyle.rnc @ 93867:520490ae1b9a

* vc-rcs.el (vc-rcs-modify-change-comment): * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order. * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 08 Apr 2008 15:59:35 +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*