view etc/schema/xhtml-xstyle.rnc @ 100093:eae5b6774936

(unidata-prop-alist): Set `numric-value' property generator to unidata-gen-table-numeric. (unidata-get-numeric, unidata-put-numeric) (unidata-gen-table-numeric): New functions. (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
author Kenichi Handa <handa@m17n.org>
date Mon, 01 Dec 2008 11:39:09 +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*