view etc/schema/xhtml-xstyle.rnc @ 106764:832dec788709

Merge from trunk
author Jan D. <jan.h.d@swipnet.se>
date Fri, 08 Jan 2010 07:58:54 +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*