https://bugs.documentfoundation.org/show_bug.cgi?id=96890

            Bug ID: 96890
           Summary: The file "groupuinames.xml" is invalid XML because of
                    missing namespace binding
           Product: LibreOffice
           Version: 5.2.0.0.alpha0+ Master
          Hardware: x86 (IA32)
               URL: http://www.w3.org/TR/2006/REC-xml-names-20060816/
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: rb.hensc...@t-online.de

The file "groupuinames.xml" is written to the user/template directory, when a
template has a ui-name different from the file name.
It looks for example like this:

<?xml version="1.0" encoding="UTF-8"?>
<groupuinames:template-group-list
xmlns="http://openoffice.org/2006/groupuinames";><groupuinames:template-group
groupuinames:name="rumprobier" groupuinames:default-ui-name="rumprobier2"/>
</groupuinames:template-group-list>

But is should be
<?xml version="1.0" encoding="UTF-8"?>
<groupuinames:template-group-list
xmlns:groupuinames="http://openoffice.org/2006/groupuinames";><groupuinames:template-group
groupuinames:name="rumprobier" groupuinames:default-ui-name="rumprobier2"/>
</groupuinames:template-group-list>

Notice the wrong 'xmlns=' in contrast to the correct 'xmlns:groupuinames='.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to