view etc/schema/xhtml-xstyle.rnc @ 94114:327f7207ff7e

(Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction): Add usage in the docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 16 Apr 2008 11:36:29 +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*