Afficher un message
Vieux 09/01/2006, 15h17   #3
Tony
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [SMARTY] Problem parsing xml link with _GET parameters.

Changing & to & (and = to =)...

<link>www.domain.com/index.php?A=1&amp;B=2&amp;C=3</link>

results in:

<a href="http://www.domain.com/index.php?A=1">LINK</a>
<a href="http://&">LINK</a>
<a href="http://B=2">LINK</a>
<a href="http://&">LINK</a>
<a href="http://C=3">LINK</a>

On 1/9/06, Denis Gerasimov <denis.gerasimov@team-force.org> wrote:
> Hello,
>
> > <link>www.domain.com/index.php?A=1&B=2&C=3</link>

>
> XML requires "&" to be encoded this way:
>
> <link>www.domain.com/index.php?A=1&amp;B=2&amp;C=3</link>
>
> HTH
>
> Best regards,
> Denis Gerasimov
>
> --
> Smarty General Mailing List (http://smarty.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

  Réponse avec citation
 
Page generated in 0,05922 seconds with 9 queries