slub / mets-mods2tei

Convert bibliographic meta data in MODS format to TEI headers
Apache License 2.0
8 stars 7 forks source link

Where is the tei_skeleton.xml file and What kind of file is this? #11

Closed tboenig closed 5 years ago

tboenig commented 5 years ago

Hi @wrznr,

where is the tei_skeleton.xml file. The system look for this files in: /.../mets-mods2teiHeader/env/lib/python3.5/site-packages/mets_mods2teiHeader/data/tei_skeleton.xml but it did'nt find them. What kind of file is this?

wrznr commented 5 years ago

It's an XML file which serves as the skeleton for constructing a minimal TEI tree which is further extended in the conversion process. It should be installed in the correct place automatically (it is in my environment at least). Thanks for reporting. I will have a look into this.

wrznr commented 5 years ago

As a temporary work around, you may want to install with pip's -e option.