convert_iso_to_eml: Convert an ISO document to EML using an XSLT

View source: R/util.R

convert_iso_to_emlR Documentation

Convert an ISO document to EML using an XSLT

Description

Leave style=NA if you want to use the default ISO-to-EML stylesheet.

Usage

convert_iso_to_eml(path, style = NA)

Arguments

path

(character) Path to the file to convert.

style

(xslt) The XSLT object to be used for transformation.

Value

(character) Location of the converted file.

Examples

## Not run: 
iso_path <- "~/Docuements/ISO_metadata.xml"
eml_path <- convert_iso_to_eml(iso_path)

## End(Not run)

NCEAS/arcticdatautils documentation built on Aug. 28, 2023, 12:10 p.m.