CollectioML Downloads
Downloads and Links for the Collectio Markup Language

Using the CollectioML

The CollectioML Markup Language can be used in three methods:

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 Download

Static files you can be downloaded from our download section. Look for the highest version number, as new versions are coming out very fast.

Live Link

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.

Combining Static and Live Link

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.