(rng-preferred-prefix-alist): Add dublin core namespaces.

This commit is contained in:
Jason Rumney 2008-03-04 12:16:48 +00:00
parent 6f69e89bf1
commit 61fe314432
2 changed files with 8 additions and 1 deletions

View 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.

View 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")