view etc/schema/xhtml-xstyle.rnc @ 107546:59e2de1eaab1

* process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 26 Mar 2010 20:45:32 -0400
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*