dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #8393] XmlDocument.Load can not handle empty ele


From: Kees Jongenburger
Subject: [Pnet-developers] [bugs #8393] XmlDocument.Load can not handle empty elements
Date: Wed, 31 Mar 2004 13:41:22 -0500
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko)

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




/**************************************************************************/
[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:  None
Assigned to:  None
Status:  Open


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>");
  }
}






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&amp;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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]