view etc/schema/xhtml-xstyle.rnc @ 108329:b2c0ce51877e

language/indian.el (gurmukhi-composable-pattern): Fix typo.
author Kenichi Handa <handa@etlken>
date Thu, 22 Apr 2010 13:05:26 +0900
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*