view etc/schema/xhtml-xstyle.rnc @ 106538:500878bee91d

(struct xftfont_info): New member matrix. (xftfont_open): Setup xftfont_info->matrix.
author Kenichi Handa <handa@m17n.org>
date Sat, 12 Dec 2009 02:11:29 +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*