[prev in list] [next in list] [prev in thread] [next in thread] 

List:       smarty-general
Subject:    Re: [SMARTY] Problem parsing xml link with _GET parameters.
From:       "messju mohr" <messju () lammfellpuschen ! de>
Date:       2006-01-09 15:50:31
Message-ID: 20060109155030.GA12507 () dune
[Download RAW message or body]

On Mon, Jan 09, 2006 at 10:17:58AM -0500, Tony wrote:
> Changing &#38; to &amp; (and &#61; 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>

your business code is broken then, or maybe your xml parser. this has
hardly anything to do with smarty. if you didn't write the code that
parses your "<link>"-tag then ask the developer who did it.
 
> 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
> >
> >
> 
> -- 
> Smarty General Mailing List (http://smarty.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic