thedworak / dfg_3dviewer

2 stars 2 forks source link

Fix XLST Transformation #63

Closed ClemensBeck closed 2 months ago

ClemensBeck commented 6 months ago

Based on this input we should get another XML after transformation to METS/MODS. Before it was created as the link of following sturcture: https://3d-repository.hs-mainz.de/sites/default/files/xml_structure/1626.xml And it's working for the past entires. But when I put ID of the new entries, I doesn't work anymore. https://3d-repository.hs-mainz.de/sites/default/files/xml_structure/4701.xml"

ClemensBeck commented 2 months ago

@igorbajena Since I'm migrating all the isuses to the new github repo. Is this isue still open?

igorbajena commented 2 months ago

It's still open. For new entries, XML export is created, but not XSLT transformation. Or maybe it's save in the other way than before @thedworak need to confirm. Example: XML before: https://3d-repository.hs-mainz.de/export_xml_single/1626/ XSLT before: https://3d-repository.hs-mainz.de/sites/default/files/xml_structure/1626.xml

XML now: https://3d-repository.hs-mainz.de/export_xml_single/5293/ XSLT now: https://3d-repository.hs-mainz.de/sites/default/files/xml_structure/5293.xml (not working)

ClemensBeck commented 2 months ago

@igorbajena Many thanks! I moved the issue to the new repo: https://github.com/slub/dlf-3d-viewers/issues/23