Changes between Version 3 and Version 4 of ISO2ebRIM


Ignore:
Timestamp:
Mar 7, 2009, 12:56:40 PM (15 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ISO2ebRIM

    v3 v4  
    1010== Introduction ==
    1111
    12 The specification in OGC 07-038 section F about how to register ISO metadata in a ebRIM registry is rather obscure. I will attempt to describe the process on this page. The implementation in GeoNetwork is in the form of an XSLT transformation. The input for this transformation is an ISO 19139 metadata document; the output is a list of ebRIM !RegistryObjects, of various types. A list of uncertainties about the interpretation of this specification is [wiki:ISO2ebRIMIssues here].
     12The specification in OGC 07-038 section F about how to register ISO metadata in a ebRIM registry is rather obscure. I will attempt to describe the process on this page. The implementation in GeoNetwork is in the form of an XSLT transformation. The input for this transformation is an ISO 19139 metadata document; the output is a list of ebRIM !RegistryObjects, of various types. The !RegistryObjects created by this transformation need unique IDs, which are generated in Java; thus the result of the transformation needs a post-processing step in Java, where placeholders for IDs are replaced by newly generated IDs.
     13
     14A list of uncertainties about the interpretation of this specification is [wiki:ISO2ebRIMIssues here].
    1315
    1416----