]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/etc/schema/old-xinclude.rnc
remove toolbar and menubar
[.emacs.d.git] / emacs / nxhtml / etc / schema / old-xinclude.rnc
1 namespace xi = "http://www.w3.org/2001/XInclude"\r
2 namespace local = ""\r
3 \r
4 xinclude.include.attlist =\r
5     attribute href     { xsd:anyURI }?,\r
6     attribute parse    { xsd:string }?,\r
7     attribute xpointer { xsd:string }?,\r
8     attribute encoding { xsd:string }?,\r
9     attribute accept   { xsd:string }?,\r
10     attribute accept-language { xsd:string }?\r
11 \r