bugDotGNU Portable.NET - Bugs: bug #10719, XmlTextWriter writes prefixes twice

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10719: XmlTextWriter writes prefixes twice

Submitter:  Gopal.V <t3rmin4t0r>
Submitted:  Mon 18 Oct 2004 02:22:46 PM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Wed 12 Jan 2005 11:51:14 PM UTC, comment #2: 

fixed in cvs

Richard Baumann <Rich333>
Group Member
Mon 18 Oct 2004 02:24:09 PM UTC, comment #1: 

This is blocking SOAP clients right now.

Gopal.V <t3rmin4t0r>
Group administrator
Mon 18 Oct 2004 02:22:46 PM UTC, 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.

Gopal.V <t3rmin4t0r>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #1881:  xmlns.cs added by t3rmin4t0r (349B - application/octet-stream - simple test case)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-01-12 Rich333 Open/ClosedOpen Closed
2004-10-18 t3rmin4t0r Attached File- Added xmlns.cs, #1774

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code