RE: [SMARTY] Problem parsing xml link with _GET parameters.

"Denis Gerasimov" <[email protected]>
Newsgroups gmane.comp.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&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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.