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
Enhancements to `python-indent-post-self-insert-function'
[emacs.git]
/
etc
/
schema
/
xhtml-meta.rnc
blob
ab0b5eb318a5cbb159b947307feeefde1d139024
1
# Meta Module
2
3
meta = element meta { meta.attlist }
4
meta.attlist =
5
I18n.attrib,
6
attribute http-equiv { NMTOKEN.datatype }?,
7
attribute name { NMTOKEN.datatype }?,
8
attribute content { text }?,
9
attribute scheme { text }?
10
head.content &= meta*