Merge from emacs-23; up to 2010-06-12T11:17:12Z!eliz@gnu.org.
[bpt/emacs.git] / etc / schema / xhtml-base.rnc
1 # Base Module
2
3 base = element base { base.attlist }
4 base.attlist = attribute href { URI.datatype }
5 head.content &= base?