view etc/schema/xhtml-xstyle.rnc @ 95375:e743691cff9c

(Fx_list_fonts, Finternal_copy_lisp_face): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 29 May 2008 02:48:59 +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*