bugDotGNU Portable.NET - Bugs: bug #8393, XmlDocument.Load can not handle...

 
 

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

bug #8393: XmlDocument.Load can not handle empty elements

Submitted by:  Kees Jongenburger <keesj>
Submitted on:  Wed 31 Mar 2004 06:41:21 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: Richard Baumann <Rich333>
Open/Closed: Closed

Sun 04 Apr 2004 10:22:22 AM UTC, comment #1:

fixed in cvs

Richard Baumann <Rich333>
Project MemberIn charge of this item.
Wed 31 Mar 2004 06:41:21 PM UTC, 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>");
}
}

Kees Jongenburger <keesj>

 

Attached Files
file #1163:  Test.cs added by keesj (200B - text/x-c++src - test class that demonstrates the behaviour)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 4 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Sun 04 Apr 2004 10:22:22 AM UTCRich333StatusNone=>Fixed
  Assigned toNone=>Rich333
  Open/ClosedOpen=>Closed
Wed 31 Mar 2004 06:41:21 PM UTCkeesjAttached File-=>Added Test.cs, #1145

Back to the top


Powered by Savane 3.1-cleanup1