Hmmm.... looks like there might be multiple Text() nodes in the <icon> node
and the parser isn't picking them up as one piece of text.
Might be worthy of a ticket.

On Mon, Oct 5, 2009 at 11:31 AM, harryh <har...@gmail.com> wrote:

>
> More info.  If the code that generates the XML looks like this:
>
> <icon>{"http://harryh.org"+theUri}</icon>
>
> everything is fine, but it breaks when like this:
>
> <icon>http://harryh.org{theUrl}</icon>
>
> -harryh
>
> On Oct 5, 2:22 pm, harryh <har...@gmail.com> wrote:
> > Xml.toJson (in M5) is converting this:
> >
> > <icon>http://harryh.org/img/icons/foo.png</icon>
> >
> > to this:
> >
> > JField("icon", JObject(Nil))
> >
> > Is there some special handling of URLs going on here that might be
> > causing me problems?
> >
> > -harryh
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to