(rng-preferred-prefix-alist): Add dublin core namespaces.
This commit is contained in:
parent
6f69e89bf1
commit
61fe314432
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue