https://bugs.freedesktop.org/show_bug.cgi?id=40373

Regina Henschel <rb.hensc...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rb.hensc...@t-online.de

--- Comment #2 from Regina Henschel <rb.hensc...@t-online.de> 2011-09-26 
12:36:02 PDT ---
The error are the constructs
xmlns:ns_1="http://www.w3.org/XML/1998/namespace";; ns_1:lang="en-US"

The name space "http://www.w3.org/XML/1998/namespace"; is prebound to the prefix
xml
and must not be bound to another prefix

see part 'Namespace constraints' in chapter '3 Declaring Namespaces' in
http://www.w3.org/TR/xml-names/

So the correct construct would be a simple
xml:lang="en-US"

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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