view etc/schema/xhtml-xstyle.rnc @ 100494:bfae6a3eb510

(script-representative-chars): Add more scripts. (setup-default-fontset): Add more scripts.
author Kenichi Handa <handa@m17n.org>
date Thu, 18 Dec 2008 12:55:21 +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*