Hello all,
The mobile forms of the mobile app i'm developing render a non-breaking
space using named character entity -   - like this:
<p>txt1<br/>
<br/>
txt2</p>
The problem is that the wap gateway i'm using returns a wml compilation error:
Failed to compile the wml page!
Message: The entity "nbsp" was referenced, but not declared.
If i replace the named character entity ( ) for the decimal character entity
( ) the wap gateway compiles the wml.
My question is: Is it possible to change the way .net framework render the
nonbreaking space, to force decimal character entity? I look in
machine.config and don´t find any configuration for that.
Thanks for your help!!
intiratr - 27 Feb 2006 15:05 GMT
same here.
It happen with nokia series 40 or lower and others phone.
I think it's related to wap version lower than 2.0.
Any help is appreciated.
> Hello all,
> The mobile forms of the mobile app i'm developing render a non-breaking
[quoted text clipped - 14 lines]
>
> Thanks for your help!!