Project

General

Profile

# Date Author Comment
10418 09/15/2017 06:39 PM Bryce Mecum

Major touchup work in ISO XSL

- Fixes numerous bugs involving ISO's bizarre use of nilReasons
- Fixes numerous bugs involving differences between the ISO workbook
and the schema
- Adds support for Polygons

10385 09/01/2017 06:23 PM Bryce Mecum

Tidy up ISO stylesheets. This is an set of iterative tweaks both to the
in-file formatting as well as a bit of small tweaks to how things work.

10384 08/30/2017 06:13 PM Bryce Mecum

Simplify keyword thesaurus display

Showing the whole thesaurus for every keyword set is way too much info
and is impossible to display with a naive implementation.

10159 12/22/2016 06:02 PM Bryce Mecum

Minor tweaks and code cleanup to ISO XSLT

- Renamed the folder once more to be more correct

10141 12/20/2016 06:49 PM Bryce Mecum

Multiple changes to the ISO XSLT

- Renamed base folder from iso to iso19139
- Added a short_citation template for showing thesauri in tight places such as the keywords list
- Tweaked the geographic coverage output so the static maps render in Metacat UI

10059 12/01/2016 01:35 AM Bryce Mecum

Continue work on ISO XSLTs

- We now have a template for CI_Citation
- I moved some templates into separate XSLTs
- Cleaned up overally structure/styling of translated output

10056 11/29/2016 10:12 PM Bryce Mecum

Continue work on ISO XSLT

- Cleans up the root element to better match what we want in the end (looks like the EML XSLT)
- Switches a lot of calls to call-template over to apply-templates. I think this is a good idea because the ISO standards use XSD type equivalence to extend existing schemas. e.g., gmx:Anchors can show up when the gmd schema says only a gco:CharacterString should go there...

10046 11/13/2016 10:34 PM Bryce Mecum

Create first basic version of ISO 19115 XSL stylesheets