]> git.eshelyaron.com Git - emacs.git/commitdiff
(rng-preferred-prefix-alist): Add dublin core namespaces.
authorJason Rumney <jasonr@gnu.org>
Tue, 4 Mar 2008 12:16:48 +0000 (12:16 +0000)
committerJason Rumney <jasonr@gnu.org>
Tue, 4 Mar 2008 12:16:48 +0000 (12:16 +0000)
lisp/ChangeLog
lisp/nxml/rng-nxml.el

index 7ba068a8cde277179cf08a43b2d5a69c145c89aa..712d7aca08ee18c0b99b3184c1542ed1147d0fc9 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-04  Jason Rumney  <jasonr@gnu.org>
+
+       * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
+       namespaces.
+
 2008-03-04  Glenn Morris  <rgm@gnu.org>
 
        * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
index 083c637876b30718a66393cbd1b5d23c50137090..6ed7ba8bd27877119e43c1131c5a62380fdbb957 100644 (file)
@@ -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")