+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.
("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")