DigitalLibraryofTennessee / DLTN_XSLT

XSL Transformations for DLTN Partner Metadata
4 stars 6 forks source link

DLTN XSLT and Repox Config

Travis Badge

Documentation

For more information, check out our technical docs.

|-- repox_config
    |-- metadataSchemas.xml
|-- Sample_Data
    |-- provider_name_1
        |-- sample_record_1.xml
        |-- sample_record_2.xml
    |-- provider_name_2
        |-- sample_record_1.xml
        |-- sample_record_2.xml
|-- XSLT
    |-- catalogs
        |-- provider1_catalog.xsl
    |-- provider1dctomods.xsl
    |-- provider2qdctomods.xsl
|-- tests
    |-- testSchemas
        |-- DLTN_oai_mods.xsd
    validate_scenarios.sh

Sample Data

The sample data here is useful for testing transformation modifications outside of Repox.

XSLT

All XSL transformations currently used by the Digital Library of Tennessee are stored here. For more information about writing new XSL transformations, please review our XSL style guide.

Tests

We strive to include a unit test for every Sample_Data + XSLT scenario. Those tests can be found in validate_scenarios.sh and are tested automatically with Travis-CI.

Repox Config

This section includes configuration files with all incoming metadata schemas currently supported by the Digital Library of Tennessee.

Helpful Resources