Overview
XMP metadata may include properties from one or more namespaces, each of which allows for the same tag name to appear in multiple places with different meanings. (For example, ns.adobe.com:filetype vs. ns.northplains.com:filetype.)
Organizations can define custom XMP namespaces in the Xinet database, outside of the two default namespaces: ns.adobe.com
, and ns.northplains.com
.
If a custom XMP namespace is required for your site, you can create it by configuring the xmp.conf
file to include the custom namespace name and the associated URL.
This article will explain the process of creating a custom XMP namespace.
Process
- Edit the
xmp.conf
file located at:/usr/etc/venture/var/xmp.conf
. -
By default the file's content should look like this:
[XMPData] start_id=56
-
Mark the beginning of the custom namespace declaration(s) with
[CustomNamespaces]
in the file, as shown below:
[XMPData] start_id=56 [CustomNamespaces]
-
For each custom namespace, append one line containing the namespace name and a second line beneath it containing its URL in the file, as shown below:
[XMPData] start_id=56 [CustomNamespaces] ns_001=jarek url_001=http://jarek.net/xmlns/
- Save the
xmp.conf
file.
Confirmation
Once custom XMP namespaces have been defined, they will appear at the bottom of the following page of Database > Admin > settings tab, as shown in the image below (click the image to enlarge):
Comments
0 comments
Please sign in to leave a comment.