kosek / gc

Tools for processing Genericode codelists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tools for processing Genericode codelists


Languages

Language:XSLT 100.0%