cjcodeproj / medialibrary

Python code to read XML media files
MIT License
2 stars 0 forks source link

Add the xlink and xml namespaces #150

Closed cjcodeproj closed 10 months ago

cjcodeproj commented 10 months ago

The schema now supports both the Xlink and XML namespaces.

https://github.com/cjcodeproj/vtmedia-schema/issues/110

Even though the code doesn't do schema validation, the namespace URIs should be added to the media.xml.namespaces.Namespaces() class so the values can be handled by the code.

cjcodeproj commented 10 months ago

Commit:

https://github.com/cjcodeproj/medialibrary/commit/c73ac3a58406660994e4e04ccbc7ba6d166fd75b

cjcodeproj commented 10 months ago

Closing Notes