view etc/schema/xhtml-xstyle.rnc @ 94009:1ef181f26c7c

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 11 Apr 2008 17:13:30 +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*