On mardi, 12 avril 2016 16.02:17 h CEST, Karl Kiniger wrote:
Dear kdenlive developers,
current git master and 16.04 branch are using xml namespace kdenlive
without proper declaration and perhaps unintentional. Hopefully the
situation can be rectified before next release.
Hi,
Thanks for your detailed report.
This line is using "kdenlive" as a namespace prefix (in contrast to
e.g. name="kdenlive:docproperties.documentid" just below which is just a
string) and I had to manually add some xmlns construct to be able to
process the file in python.
<playlist id="main bin" kdenlive:customeffects="<customeffects/>
">
This issue should be fixed by my recent commit to 16.04 branch.
regards
jb
_______________________________________________
kdenlive mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdenlive