-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing attributes #20
Comments
This was also observed for other tags, e.g. persoonsnaam. |
Hello, here at RISE we are also using these wonderful stylesheets to export from Transkribus in TEI. We now have the same issue described here: the attributes in the page xml source are not rendered in the TEI output. For example:
creates
where the attributes @rend and its value are missing. Could someone suggest a strategy to add this to the transformation? The stylesheet is very complex, I guess additional rules should go where @Custom is parsed to produce the text (https://github.com/dariok/page2tei/blob/master/page2tei-0.xsl#L520), but I haven't been able to fix it. |
Sorry for the long wait! Too much to do… I will try to have a look into this problem in the next 2–3 weeks as this has arisen in other projects, too. Thanks for your examples! |
Thanks a lot @dariok ! Afterall there are also workarounds, one could create adhoc tags in Transkribus and then replace them with tag+attribute after the export .. But should you need other examples or contribution, do let me know. |
I've heard that there are developments on the TEI export from Transkribus at the Biblioteca Hertziana, and I think @liladude is the specialist there, I've seen some of her talks! Maybe joining forces is possible? And https://github.com/eeditiones would like to develop better integration from Transkribus to TEI Publisher too, thus going through a TEI export. |
Thanks @elespdn for the kind words and sorry for not noticing earlier, we are exactely tryng to link Transkribus + PAGE2TEI + TEI Publisher. Hopefully we will be able to join forces! |
<TextLine id="r1l3" custom="readingOrder {index:2;} datum {offset:4; length:13;datum:1696-02-15;} persoonsnaam {offset:33; length:12;
continued:true;}">`results in the next line - without the property/attibute 'datum'
<lb facs="#facs_2_r1l3" n="N003"/>die <datum>15 febr. 1696</datum> gehuwd was met <persoonsnaam>Aletta Catha</persoonsnaam>
The text was updated successfully, but these errors were encountered: