Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76582 --- shadow/76582 2005-10-28 07:30:48.000000000 -0400 +++ shadow/76582.tmp.21241 2005-10-28 07:30:48.000000000 -0400 @@ -0,0 +1,47 @@ +Bug#: 76582 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Blocker +Component: Sys.XML +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Atom.Net does not work correctly under Mono + +Description of Problem: +I am using Atom.Net to parse RSS feeds. The library does work well using +Microsoft.Net, but does not work using Mono. + +Steps to reproduce the problem: +1. Execute test application (Test.cs) + +Actual Results: +Mono Output: +name=root +name=element +CONTENT=data this <img title="" ="" /> +name=img + +Expected Results: +Microsoft.Net Output: +name=root +name=element +CONTENT=data this <img title="" src="trouble.jpg" /> +name=img + +How often does this happen? +Always + +Additional Information: +I have extracted the code out of Atom.Net that causes the problem +(Test.cs). It seems that it happens if there are empty attributes in the +Xml (title=""). This problem seems to be related to XPath, but since I am +not an XPath expert I cannot really say what the problem is. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
