[Mono-bugs] [Bug 675384] New: XmlTextReader.ReadChars fails with nested tags.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Feb 26 06:19:53 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=675384
https://bugzilla.novell.com/show_bug.cgi?id=675384#c0
Summary: XmlTextReader.ReadChars fails with nested tags.
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: agallero at netscape.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us)
AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4
When reading a big chunk of xml with XmlTextREader.ReadChars(), it will fail if
there are any nested tags.
Reproducible: Always
Steps to Reproduce:
1.mcs -r:WindowsBase.dll Program.cs
2.mono Program.exe
Actual Results:
Nothing
Expected Results:
Results in .NET (4.0):
<child>a</child>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list