view etc/schema/xhtml-xstyle.rnc @ 109741:e513ca0a1979

Fixed my ChangeLog entry of 2010-08-08
author Ulf Jasper <ulf.jasper@web.de>
date Tue, 10 Aug 2010 20:01:18 +0200
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*