view etc/schema/xhtml-xstyle.rnc @ 105090:b9e58ef2bdb6

* server.el (server-ensure-safe-dir): Pass 'integer to `file-attributes', as suggested.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 18 Sep 2009 16:55:21 +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*