[Libreoffice-bugs] [Bug 40373] export xhtml parse error

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 26 21:36:02 CEST 2011


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

Regina Henschel <rb.henschel at t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rb.henschel at t-online.de

--- Comment #2 from Regina Henschel <rb.henschel at 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.



More information about the Libreoffice-bugs mailing list