view etc/schema/xhtml-xstyle.rnc @ 108884:ac4bf6e2c535

Add bindings for vc-log-incoming and vc-log-outgoing. * lisp/vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming and vc-log-outgoing. * lisp/vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming and vc-log-outgoing.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 03 Jun 2010 16:08:26 -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*