[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #8393] XmlDocument.Load can not handle empty ele
From: |
Richard Baumann |
Subject: |
[Pnet-developers] [bugs #8393] XmlDocument.Load can not handle empty elements |
Date: |
Sun, 04 Apr 2004 06:22:23 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040122 Galeon/1.3.13 (Debian package 1.3.13-2) |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #8393] Latest Modifications:
Changes by:
Richard Baumann <address@hidden>
'Date:
Sun 04/04/04 at 10:22 (America/New_York)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Assigned to | None | Rich333
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
fixed in cvs
/**************************************************************************/
[bugs #8393] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8393>
Project: DotGNU Portable.NET
Submitted by: Kees Jongenburger
On: Wed 03/31/04 at 18:41
Category: None
Severity: 5 - Average
Item Group: None
Resolution: Fixed
Assigned to: Rich333
Status: Closed
Summary: XmlDocument.Load can not handle empty elements
Original Submission: When parsing an XML Element that contains empty elements
the parser "hangs" for ever.
example:
using System.Xml;
//cscc -lSystem.Xml Test.cs -o Test.exe
public class Test{
public static void Main() {
XmlDocument doc = new XmlDocument();
doc.LoadXml("<test><testempty/></test>");
}
}
Follow-up Comments
------------------
-------------------------------------------------------
Date: Sun 04/04/04 at 10:22 By: Rich333
fixed in cvs
File Attachments
-------------------
-------------------------------------------------------
Date: Wed 03/31/04 at 18:41 Name: Test.cs Size: 200KB By: keesj
test class that demonstrates the behaviour
http://savannah.gnu.org/bugs/download.php?item_id=8393&item_file_id=1145
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8393>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #8393] XmlDocument.Load can not handle empty elements,
Richard Baumann <=