Put back no-longer-defunct URL from 2012-12-20T14:57:40Z!eggert@cs.ucla.edu
[bpt/emacs.git] / etc / schema / xhtml-xstyle.rnc
CommitLineData
8cd39fb3
MH
1# Style Module
2
3style = element style { style.attlist, text }
4style.attlist =
5 title.attrib,
6 I18n.attrib,
7 attribute type { ContentType.datatype },
8 attribute media { MediaDesc.datatype }?,
9 attribute xml:space { "preserve" }?
10head.content &= style*