RE: [SMARTY] Problem parsing xml link with _GET parameters.
[email protected] ("Denis Gerasimov")
| Newsgroups | php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
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&B=2&C=3</link> HTH Best regards, Denis Gerasimov