view etc/schema/xhtml-xstyle.rnc @ 105720:4908099fc159

* tramp.texi (External methods): Temporary files are kept for `rsync' and `rsyncc' methods.
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 23 Oct 2009 15:10:12 +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*