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=78643 --- shadow/78643 2006-06-14 08:03:23.000000000 -0400 +++ shadow/78643.tmp.5046 2006-06-14 08:03:23.000000000 -0400 @@ -0,0 +1,26 @@ +Bug#: 78643 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: FC5 +Status: NEW +Resolution: +Severity: Unknown +Priority: Normal +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: MS.NET needs alternating quotes in server controls, mono does not + +The attached minimal aspx page runs fine with xsp, but results in a +parser error ("The server tag is not well formed.") on MS.NET. + +This works on both Mono and MS.NET: +<asp:Literal text='<%# "Test" %>' runat="server" /> + +This works only on Mono: +<asp:Literal text="<%# "Test" %>" runat="server" /> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
