slub / mets-mods2tei

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

missing Text parts #48

Open tboenig opened 4 years ago

tboenig commented 4 years ago

Hi @wrznr,

I miss text. mm2tei -o "https://content.staatsbibliothek-berlin.de/dc/PPN715292099.mets.xml" >sbb3.xml example:

  1. preface
  2. advertisement

The document begins (titlepage), chapter one...

sbb3.zip is the result file.

wrznr commented 4 years ago

Probably a duplicate https://github.com/slub/mets-mods2tei/issues/43.

tboenig commented 4 years ago

Hi @wrznr,

Thank you for the pr. First: the pages + text is now complete Secondly, there are still problems with the mapping of titlepage in front has not yet worked.

tboenig commented 4 years ago

Sorry, I forgot the example. sbb3.zip

bertsky commented 2 years ago

there are still problems with the mapping of titlepage in front has not yet worked.

@tboenig in the current version (or #56) I do get a titlePage inside front: sbb3-again.zip

So is this solved already?

bertsky commented 2 years ago

I think I now know what the problem is: there is a binding div before the title_page – that's why the latter does not make it into front, but goes into body. Also, there's a preface, which should go into front as well.