patchDotGNU Portable.NET - Patches: patch #3167, Fixed XmlElement.InnerXml

 
 

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

patch #3167: Fixed XmlElement.InnerXml

Submitter:  Heiko Weiss <Brubbel0815>
Submitted:  Mon 28 Jun 2004 09:42:51 AM UTC
   
 
Category:  None Priority:  9 - Immediate
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Thu 08 Jul 2004 07:28:57 AM UTC, comment #1: 

Rich333 has already fixed this in CVS.

Gopal.V <t3rmin4t0r>
Group administrator
Mon 28 Jun 2004 09:42:51 AM UTC, original submission:  

Whenn U load InnerText from an empty value like
n.InnerXml = @"<value name=""LCU.Rd_LCU_SysReady"" Timestamp=""2004-06-28 08:25:27,738"" />";
the function did not return.
Smaple:
      XmlNode n =  doc.CreateElement("item");
      n.InnerXml = @"<value name=""LCU.Rd_LCU_SysReady"" Timestamp=""2004-06-28 08:25:27,738"" />";

Hangs!

Heiko Weiss <Brubbel0815>

 

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

Attached Files
file #7583:  heiko-040628.patch added by Brubbel0815 (1KiB - text/plain - Patch for XmlElement.cs)

 

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
2004-07-08 t3rmin4t0r Open/ClosedOpen Closed
2004-06-28 Brubbel0815 Attached File- Added heiko-040628.patch, #3403

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code