drewnoakes / xmp-core-dotnet

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

ignore xmlns attributes in PropertyElement processing #12

Closed kwhopper closed 8 years ago

kwhopper commented 8 years ago

Fix for issue drewnoakes/metadata-extractor-dotnet#51

Accidentally missed/ignored a block of code from the original Java/Adobe implementation that should have ignored certain attributes (prefixed with xmlns) when parsing.

drewnoakes commented 8 years ago

Awesome! Thanks @kwhopper!