issues
search
drewnoakes
/
xmp-core-dotnet
.NET library for working with the Extensible Metadata Platform (XMP)
60
stars
22
forks
source link
Address bug with java port in the rdf:RDF element
#55
Open
ahsanaman92
opened
7 months ago
ahsanaman92
commented
7 months ago
Updated ParseRdf.cs to align with the xmp spec where a namespace declaration in rdf:RDF is valid. There was an issue with java port as described here by @Numpsy:
https://github.com/drewnoakes/metadata-extractor-dotnet/issues/418
Added two unit tests to for the issue
If rdf:RDF has namespace attribute, it should not throw an exception (as per the spec)
If rdf:RDF has anything other than namespace attribute, it should throw an exception