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: Gopal.V
Subject: [Pnet-developers] [bugs #10719] XmlTextWriter writes prefixes twice
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #10719] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Mon 10/18/2004 at 14:24 (Asia/Calcutta)

------------------ Additional Follow-up Comments ----------------------------
This is blocking SOAP clients right now.






/**************************************************************************/
[bugs #10719] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10719>
Project: DotGNU Portable.NET
Submitted by: Gopal.V
On: Mon 10/18/2004 at 14:22

Category:  None
Severity:  3 - Ordinary
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  XmlTextWriter writes prefixes twice

Original Submission:  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: Mon 10/18/2004 at 14:24       By: Gopal.V <t3rmin4t0r>
This is blocking SOAP clients right now.






File Attachments
-------------------

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






For detailed info, follow this link:
<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]