# HG changeset patch # User Jason Rumney # Date 1204632979 0 # Node ID d88d7b016e1115c5614acae2402e762955ee17ce # Parent 38094b151b8d04576beae0578716692911e3b374 (rng-preferred-prefix-alist): Add dublin core namespaces. diff -r 38094b151b8d -r d88d7b016e11 lisp/nxml/rng-nxml.el --- a/lisp/nxml/rng-nxml.el Tue Mar 04 10:29:47 2008 +0000 +++ b/lisp/nxml/rng-nxml.el Tue Mar 04 12:16:19 2008 +0000 @@ -46,7 +46,9 @@ ("http://www.w3.org/1999/02/22-rdf-syntax-ns#" . "rdf") ("http://www.w3.org/1999/xlink" . "xlink") ("http://www.w3.org/2001/XmlSchema" . "xsd") - ("http://www.w3.org/2001/XMLSchema-instance" . "xsi")) + ("http://www.w3.org/2001/XMLSchema-instance" . "xsi") + ("http://purl.org/dc/elements/1.1/" . "dc") + ("http://purl.org/dc/terms/" . "dcterms")) "*Alist of namespaces vs preferred prefixes." :type '(repeat (cons :tag "With" (string :tag "this namespace URI")