Mercurial > emacs
changeset 92468:d88d7b016e11
(rng-preferred-prefix-alist): Add dublin core namespaces.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 04 Mar 2008 12:16:19 +0000 |
parents | 38094b151b8d |
children | b2bd2a4f72cf |
files | lisp/nxml/rng-nxml.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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")