repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* doc/misc/htmlfontify.texi: Miscellaneous fixes and updates.
[emacs.git]
/
etc
/
schema
/
xhtml-xstyle.rnc
blob
93a52d5e2adcf61f3d97039f7715074bcc18cfb3
1
# Style Module
2
3
style = element style { style.attlist, text }
4
style.attlist =
5
title.attrib,
6
I18n.attrib,
7
attribute type { ContentType.datatype },
8
attribute media { MediaDesc.datatype }?,
9
attribute xml:space { "preserve" }?
10
head.content &= style*