drewnoakes / xmp-core-dotnet

.NET library for working with the Extensible Metadata Platform (XMP)
58 stars 22 forks source link

xmp-core-dotnet bug from java port #54

Open ahsanaman92 opened 6 months ago

ahsanaman92 commented 6 months ago

As described in detail here: https://github.com/drewnoakes/metadata-extractor-dotnet/issues/418 by @Numpsy and confirmed by @kwhopper, it seems like there's a bug from the java import of xmp-core-dotnet, where, if rdf namespace definition is attached to the <x:xmpmeta node (correct behaviour as per C++ version of XMP-toolkit-sdk) rather than the rdf:RDF node (the way xmp-core-dotnet expects it but is incorrect behaviour), xmp-core-dotnet throws an error

ahsanaman92 commented 6 months ago

A PR that addresses the issue: https://github.com/drewnoakes/xmp-core-dotnet/pull/55

ahsanaman92 commented 5 months ago

Just a reminder that this issue is still open and PR that addresses this issue is ready for review

kwhopper commented 5 months ago

@drewnoakes I can take a look at this. If it gets merged, how do you want to handle the versioning? 6.1.10.2?