[Mono-bugs] [Bug 78643][Nor] New - MS.NET needs alternating quotes in server controls, mono does not

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 14 08:03:23 EDT 2006


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 juraj at hotfeet.ch.

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: gonzalo at ximian.com                            
+ReportedBy: juraj at hotfeet.ch               
+QAContact: mono-bugs at ximian.com
+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" />


More information about the mono-bugs mailing list