To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56472


User sus changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |WONTFIX
--------------------------------------------------------------------------------
        Target milestone|---                       |OOo Later
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jul  6 13:13:55 +0000 
2007 -------
First hint was even MS does not open it as their own file format..
It is an issue of TextEdit and not of ours, as they are using the wrong XML
namespace, there is a /2/ in some URLs. 

ORIGINAL:
<w:wordDocument
 xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml";
 xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0"
 xmlns:w10="urn:schemas-microsoft-com:office:word"
 xmlns:v="urn:schemas-microsoft-com:vml"
 xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
 xmlns:aml="http://schemas.microsoft.com/aml/2001/core";
 xmlns:o="urn:schemas-microsoft-com:office:office"
 xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint";
 xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
 
 YOURS:
 <w:wordDocument
 xmlns:w="http://schemas.microsoft.com/office/word/2003/2/wordml";
 xmlns:v="urn:schemas-microsoft-com:vml"
 xmlns:w10="urn:schemas-microsoft-com:office:word"
 xmlns:SL="http://schemas.microsoft.com/schemaLibrary/2003/2/core";
 xmlns:aml="http://schemas.microsoft.com/aml/2001/core";
 xmlns:wx="http://schemas.microsoft.com/office/word/2003/2/auxHint";
 xmlns:o="urn:schemas-microsoft-com:office:office"
 xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
 xmlns:st1="urn:schemas-microsoft-com:office:smarttags" 


Remember a XML element is identified by it's local name (the concatentation of
the namespace representing the prefix and the name behind the colon), therefore
the two
w:wordDocument are something completely different.

WONTFIX...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to