[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bug #4215] XmlTextReader has root node is marked with
From: |
nobody |
Subject: |
[Pnet-developers] [bug #4215] XmlTextReader has root node is marked with Depth==1 instead of '0' |
Date: |
Fri, 11 Jul 2003 12:53:20 -0400 |
User-agent: |
Links (0.96; Unix) |
=================== BUG #4215: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4215&group_id=353
Changes by: Gopal.V <address@hidden>
Date: Fri 07/11/03 at 22:23 (Asia/Calcutta)
What | Removed | Added
---------------------------------------------------------------------------
Assigned to | None | minddog
Summary | root node is marked with Depth==1 instead of '0' |
XmlTextReader has root node is marked with Depth==1 instead of '0'
=================== BUG #4215: FULL BUG SNAPSHOT ===================
Submitted by: None Project: DotGNU Portable.NET
Submitted on: Mon 07/07/03 at 04:11
Category: None Severity: 5 - Major
Bug Group: None Resolution: None
Assigned to: minddog Status: Open
Summary: XmlTextReader has root node is marked with Depth==1 instead of '0'
Original Submission: This bug was discovered trying jabber.net test cases.
Follow-up Comments
*******************
-------------------------------------------------------
Date: Fri 07/11/03 at 11:41 By: mdupont
This should have a section to its own, it is not obvious this is a system.xml
bug
the task manager could be beefed up to support some type of catagorization.
-------------------------------------------------------
Date: Mon 07/07/03 at 07:30 By: None
Output for this testcase on .NET is:
XmlDeclaration : xml : 0
Element : stream:stream : 0
Output for this testcase (incorrect) on PNET is:
XmlDeclaration : : -1
Element : stream:stream : 0
0
-------------------------------------------------------
Date: Mon 07/07/03 at 07:29 By: None
Output for this testcase on .NET is:
XmlDeclaration : xml : 0
Element : stream:stream : 0
Output for this testcase (incorrect) on PNET is:
XmlDeclaration : : -1
Element : stream:stream : 0
0
CC list is empty
File Attachments
****************
-------------------------------------------------------
Date: Mon 07/07/03 at 04:11 Name: xmlreader.cs Size: 0KB By: None
test case
http://savannah.gnu.org/bugs/download.php?group_id=353&bug_id=4215&bug_file_id=514
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4215&group_id=353
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Pnet-developers] [bug #4215] XmlTextReader has root node is marked with Depth==1 instead of '0',
nobody <=