view etc/schema/xhtml-xstyle.rnc @ 104679:444c4d551cc7

* tramp.texi (Version Control): Remove. (Obtaining Tramp): Update cvs checkout command. Remove nightly tarballs reference. (External methods): Correct `scpc' concept index entries. New method `rsyncc'. (External packages): New subsections "Filename completion" and "File attributes cache".
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 28 Aug 2009 14:36:41 +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*