[Mono-dev] Error parsing href values

APS dev.malst at apsystems.it
Wed Jan 3 09:06:41 EST 2007


In mono 1.1.5 if the parser find an html tag like

<A href="\">HOME PAGE</A>

with the only the "\" inside href it doesn't understand well the tag 
and it fails parsing the page. It after that tag there's some asp.net 
control it's not loaded and the page throws and exception of type 
System.NullReferenceException in Page_load.

Replacing "\" with "/" or "\something" solve the problem.
"\" is not a correct value for href but maybe it's possible to avoid 
the problem.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070103/5ddae4fd/attachment.html 


More information about the Mono-devel-list mailing list