[Lift] Re: Odd XML parsing issue

2009-07-30 Thread Naftoli Gugenheim
Maybe he meant to write it out as an entity (&-amp-;) and the email software or the browser made it back into an ampersand. - Ewan wrote: But that looks exactly like I have it... On Jul 30, 7:02 pm, Mark McBride wrote: > URLs in XML need to be XML Encoded.

[Lift] Re: Odd XML parsing issue

2009-07-30 Thread Ewan
thx that fixed it - I'd forgotten it was xhtml and not plain html. On Jul 30, 7:45 pm, Mark McBride wrote: > Fat fingered the paste... change "&" to "&" > > On Thu, Jul 30, 2009 at 11:15 AM, Ewan wrote: > > > But that looks exactly like I have it... > > > On Jul 30, 7:02 pm, Mark McBride wrote:

[Lift] Re: Odd XML parsing issue

2009-07-30 Thread Mark McBride
Fat fingered the paste... change "&" to "&" On Thu, Jul 30, 2009 at 11:15 AM, Ewan wrote: > > But that looks exactly like I have it... > > On Jul 30, 7:02 pm, Mark McBride wrote: >> URLs in XML need to be XML Encoded... so try >> >> http://www.yahoo.com?a=4&b=5";>Test >> >>    ---Mark >> >> On T

[Lift] Re: Odd XML parsing issue

2009-07-30 Thread Ewan
But that looks exactly like I have it... On Jul 30, 7:02 pm, Mark McBride wrote: > URLs in XML need to be XML Encoded... so try > > http://www.yahoo.com?a=4&b=5";>Test > >    ---Mark > > On Thu, Jul 30, 2009 at 10:53 AM, Ewan wrote: > > > Not sure what I have messed up here but if I have a hardc

[Lift] Re: Odd XML parsing issue

2009-07-30 Thread Mark McBride
URLs in XML need to be XML Encoded... so try http://www.yahoo.com?a=4&b=5";>Test ---Mark On Thu, Jul 30, 2009 at 10:53 AM, Ewan wrote: > > Not sure what I have messed up here but if I have a hardcoded link in > a template page where the href includes query params the lift runtime > stacktrac