https://bugs.freedesktop.org/show_bug.cgi?id=84746
--- Comment #3 from Tor Lillqvist <[email protected]> --- I tried this: diff --git a/android/mobile-config.py b/android/mobile-config.py index d28c7c0..0f044dc 100755 --- a/android/mobile-config.py +++ b/android/mobile-config.py @@ -92,4 +92,11 @@ if __name__ == '__main__': saved = saved + size print "saved %d of %d bytes: %2.f%%" % (saved, total, saved*100.0/total) + + # The namespace prefixes xs and oor are present in attribute *values*, and namespace + # declarations for them are needed, even if no actual elements or attributes with these + # namespace prefixes are present. Fun. + root.set('xmlns:xs', 'http://www.w3.org/2001/XMLSchema') + root.set('xmlns:oor', 'http://openoffice.org/2001/registry') + tree.write(sys.argv[2], 'UTF-8', True) and that gets past the XML issues. But then I get: bootstrapping exception 'set member node .uno:DBClearQuery references undefined template org.openoffice.Office.UI.Commands:LabelType in file:///assets/share/registry/main.xcd' Investigating... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
