The CollectioML Markup Language can be used in three methods:
as a static download:
the core file and the necessary modules are downloaded and linked as static files in your file system or the LAN's server
as a live link:
you link up to the core file and the necessary modules on the net
as a combination of the two:
you link to static file on your file system, provide some customizations, and get the rest via a link to the net
Obviously, the second option absolves you from downloading and updating your files for every single update, and keeps your system clean. The third option lets you do your own customizations. The first option should therefore only be used if you are working offline for a longer period.
|
Note: |
Both download and live-link are not yet fully activated. |
Static files you can be downloaded from our download section. Look for the highest version number, as new versions are coming out very fast.
When you want to use the live link option, be sure to include the following line in your XML file, or modify your XXE catalogue accordingly:
<?xxe-relaxng-schema name="-//collectioOrg//collectioML V0.1//EN" location="http://collectio.org/rng/collectioml.rng" encoding="UTF-8" ?>
The beginning of a file would therefore like like the following (including the RNG reference used for the oXygen editor):
<?xml version="1.0" encoding="UTF-8"?>
<?xxe-relaxng-schema name="-//collectioOrg//collectioML V0.1//EN" location="http://collectio.org/rng/collectioml.rng" encoding="UTF-8" ?>
<?oxygen RNGSchema="custom.rng" type="xml"?>
<object xml:id="urn:collectio:0001:scu:01215" xml:lang="it-IT" xmlns="http://collectio.org/collectioML/">
<page> ...
For how to modify the XXE catalogue, please consult the XXE manual.
Be sure to include a line like the following in your XML file, or modify your XXE catalogue accordingly:
<?xxe-relaxng-schema name="-//collectioOrg//collectioML V0.1//EN" location="custom.rng" encoding="UTF-8" ?>
For how to do customizations, have a look at the customization page.