Greetings to the entire community,
I would appreciate any help from those who might know the answer to this question...
I am trying to import an EAD 2002 XML file into my test AtoM instance. I am embedding a <dao> element, but when I perform the import, AtoM does not recognize the digital objects that I am ingesting using a public URL [which has already been confirmed and tested].
I am doing it this way:
<daogrp>
<daoloc xlink:href="http://1XXXXXXXXXX/imagenes/28XXXXXXX/XXX/00000001.JPG"
xlink:title="Poesías completas"
xlink:role="http://purl.org/dc/dcmitype/Image"
xlink:actuate="onLoad"/>
</daogrp>
*********************************
I have also tried this approach:
<dao xlink:href="http://1XXXXXXX0/imagenes/2/00000001.JPG"
xlink:title="Poesías completas - Imagen principal"
xlink:role="http://purl.org/dc/dcmitype/Image">
<daodesc>
<p>Scanned image of the original manuscript</p>
</daodesc>
</dao>
I have explored different options with AI assistance, from the simplest approach to this one, but none have managed to make the XML load the corresponding image. It simply does not load it.
I performed the import both through the UI and the CLI, and in both cases, it did not work.
Does anyone know the correct way to embed the <dao> tag, or does AtoM simply not support it?
I have read other threads, but it is unclear whether they were able to make it work or not.
--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ica-atom-users/549d54e9-889b-4f05-9f11-aff5fad83a5dn%40googlegroups.com.