view etc/schema/xhtml-xstyle.rnc @ 100207:b8bed9009983

(kbd_buffer_get_event): Follow the non-interactive case when running as a daemon before detaching.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 04 Dec 2008 08:53:26 +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*