view etc/schema/xhtml-xstyle.rnc @ 105512:7104b717bbb5

(Text Lines): Remove goto-line, since it shouldn't be used from Lisp.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 07 Oct 2009 14:32:08 +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*