Ampersand in Querystring is breaking page render on Blackberry
Posted
by Nissan Fan
on Stack Overflow
See other posts from Stack Overflow
or by Nissan Fan
Published on 2010-05-18T15:59:12Z
Indexed on
2010/05/18
16:01 UTC
Read the original article
Hit count: 270
blackberry
|querystring
Strangely enough, anytime I have an &
in an HREF to indicate querystring parameters I receive the following error on the Blackberry Curve:
Error encountered during XML parse: expecting ';'.
Is there any way to get it to accept & in querystrings? Other mobile browsers don't like the ;
to separate querystring parameters.
© Stack Overflow or respective owner