view etc/schema/xhtml-xstyle.rnc @ 95853:174293e3d9fc

(vc-rename-file): DTRT when the destination is a directory name and the source is a file.
author Sam Steingold <sds@gnu.org>
date Thu, 12 Jun 2008 16:56:43 +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*