[Bug 33118] New: Adding bin.base64 attribute causes duplicate datatype attribute

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 4 03:27:09 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=33118

             Bug #: 33118
           Summary: Adding bin.base64 attribute causes duplicate datatype
                    attribute
           Product: Wine
           Version: 1.5.22
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: msxml3
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: leslie_alistair at hotmail.com
    Classification: Unclassified


The following psedocode is causing duplicate xmlns to appear on a node.

node->Create Attribute (_T("xmlns:dt"),
_T("urn:schemas-microsoft-com:datatypes"));
node->Put Data Type(_T("bin.base64"));
node->Put Node TypedValue("DATA");

Do you get a node that looks like the following.
<UML:TaggedValue xmlns:dt="urn:schemas-microsoft-com:datatypes"
xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="bin.base64" >...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list