Newer
Older
web-services / data-wrapper / v1 / tar-tei2xml.ini
@Nicolas Thouvenin Nicolas Thouvenin on 18 Aug 365 bytes first import of data wrapper
mimeType = application/x-tar

[use]
plugin = basics
plugin = xslt

[TARExtract]
path = **/*_tei.xml
compress = true
json = false

[map]
path = value
[map/xslt]
stylesheet = ./v1/new-persee-tei.xsl

[exchange]
value = get('value.0')

[TARDump]
compress = true
extension = xml
json = false
manifest = fix({version: '1'})
manifest = fix({generator: 'v1/tar-tei2xml'})