view etc/schema/xhtml-xstyle.rnc @ 112173:daedfad2f1e3

* lisp/net/ldap.el (ldap-search-internal): Don't use eval.
author Andreas Schwab <schwab@linux-m68k.org>
date Sun, 09 Jan 2011 20:34:19 +0100
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*