diff options
Diffstat (limited to 'lisp/nxml/rng-nxml.el')
-rw-r--r-- | lisp/nxml/rng-nxml.el | 4 |
1 files changed, 3 insertions, 1 deletions
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") |