dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #10719] XmlTextWriter writes prefixes twice


From: Richard Baumann
Subject: [Pnet-developers] [bugs #10719] XmlTextWriter writes prefixes twice
Date: Wed, 12 Jan 2005 23:51:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Galeon/1.3.18 (Debian package 1.3.18-1.1)

This is an automated notification sent by Savannah.
It relates to:
                bugs #10719, project DotGNU Portable.NET

==============================================================================
 LATEST MODIFICATIONS of bugs #10719:
==============================================================================

               Posted by: Richard Baumann <Rich333>
               Posted on: 2005-01-12 23:51 (America/New_York)
    _______________________________________________________

             Open/Closed:                    Open -> Closed                 

    _______________________________________________________

Follow-up Comment:
fixed in cvs

==============================================================================
 OVERVIEW of bugs #10719:
==============================================================================

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10719>

                 Summary: XmlTextWriter writes prefixes twice
                 Project: DotGNU Portable.NET
            Submitted by: t3rmin4t0r
            Submitted on: Mon 10/18/04 at 14:22
                Category: None
                Severity: 3 - Ordinary
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Closed

    _______________________________________________________


For the attached program - it writes the prefix for "x" twice.



Expected output :-

<x:Envelope xmlns:x="http://google.com"; />



Obtained output :-

<x:Envelope xmlns:x="http://google.com"; xmlns:x="http://google.com"; />



This doesn't parse correctly due to redefinition.

    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 01/12/05 at 23:51         By: Richard Baumann <Rich333>
fixed in cvs

-------------------------------------------------------
Date: Mon 10/18/04 at 14:24         By: Gopal.V <t3rmin4t0r>
This is blocking SOAP clients right now.







    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 10/18/04 at 14:22  Name: xmlns.cs  Size: 349B   By: t3rmin4t0r
simple test case
<http://savannah.gnu.org/bugs/download.php?item_id=10719&item_file_id=1774>

==============================================================================

This item URL is:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10719>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]