view etc/schema/xhtml-xstyle.rnc @ 108348:65d3d6eb6e3a

HELLO: Adjust Burmese for Unicode 5.2 encoding.
author Kenichi Handa <handa@etlken>
date Fri, 23 Apr 2010 11:17:55 +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*