Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 717 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 717 Bytes

Tools for processing Genericode codelists

This repository contains few XSLT utilities for working with OASIS Genericode codelists.

This transformation converts codelist into simple HTML table.

By default all columns are output. It is possible to filter columns by setting parameter columns to regular expression that will match only specific column IDs. E.g. id|name|description.

This transformation converts codelist into simple Markdown.

By default all columns are output. It is possible to filter columns by setting parameter columns to regular expression that will match only specific column IDs. E.g. id|name|description.