Closed cjcodeproj closed 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.
media.xml.namespaces.Namespaces()
Commit:
https://github.com/cjcodeproj/medialibrary/commit/c73ac3a58406660994e4e04ccbc7ba6d166fd75b
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.