view etc/schema/xhtml-xstyle.rnc @ 111069:a08c05a1c2cf

gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 21 Oct 2010 00:33:40 +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*