Retrieve full XMP data
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3558227. --> Reported by: [marcoscano](https://www.drupal.org/user/1288796) >>> <p>It turns out our current implementation of <code>\Drupal\media_image_metadata\Service\ImageMetadataHelper::extractXmp()</code> is only checking for text values inside child nodes, and disregarding completely metadata that is stored in attributes of the root <code>rdf:Description</code> container. It looks like several important values are stored in there.</p> <p>Also, we should store the full address to the property in <code>$raw_metadata</code>, so code extending what this module provides can have better insight of what is what.</p>
issue