From 61fe314432955c51f6ec79ec5693e4026470aacf Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 4 Mar 2008 12:16:48 +0000 Subject: [PATCH] (rng-preferred-prefix-alist): Add dublin core namespaces. --- lisp/ChangeLog | 5 +++++ lisp/nxml/rng-nxml.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ba068a8cde..712d7aca08e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-03-04 Jason Rumney + + * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core + namespaces. + 2008-03-04 Glenn Morris * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group. diff --git a/lisp/nxml/rng-nxml.el b/lisp/nxml/rng-nxml.el index 083c637876b..6ed7ba8bd27 100644 --- a/lisp/nxml/rng-nxml.el +++ b/lisp/nxml/rng-nxml.el @@ -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") -- 2.39.2