[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [patch #3167] Fixed XmlElement.InnerXml
From: |
Heiko Weiss |
Subject: |
[Pnet-developers] [patch #3167] Fixed XmlElement.InnerXml |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) |
This mail is an automated notification from the patch tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[patch #3167] Full Item Snapshot:
URL: <http://savannah.gnu.org/patch/?func=detailitem&item_id=3167>
Project: DotGNU Portable.NET
Submitted by: Heiko Weiss
On: Mon 06/28/04 at 09:42
Category: None
Priority: 9 - Immediate
Resolution: None
Assigned to: None
Originator Email:
Status: Open
Summary: Fixed XmlElement.InnerXml
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!
File Attachments
-------------------
-------------------------------------------------------
Date: Mon 06/28/04 at 09:42 Name: heiko-040628.patch Size: 1KB By:
Brubbel0815
Patch for XmlElement.cs
http://savannah.gnu.org/patch/download.php?item_id=3167&item_file_id=3403
For detailed info, follow this link:
<http://savannah.gnu.org/patch/?func=detailitem&item_id=3167>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [patch #3167] Fixed XmlElement.InnerXml,
Heiko Weiss <=