Allow 'browse-url-emacs' to fetch URL in the selected window
[emacs.git] / etc / schema / xhtml-base.rnc
blob154dfce1c5a064ed2441bebfa2815474d3309532
1 # Base Module
3 base = element base { base.attlist }
4 base.attlist = attribute href { URI.datatype }
5 head.content &= base?