On Thu, Nov 13, 2008 at 10:14 AM, Charles F. Munat <[EMAIL PROTECTED]> wrote:
>
> If I have a list thus:
>
> List(<span>A</span>,<span>B</span>,<span>C</span>)
>
>
> How can a get a NodeSeq thus from this:
>
> <span>A</span><span>B</span><span>C</span>
>
>
> I'm sure this is drop-dead simple, but it's still not obvious to me...
>
> Thanks,
>
> Chas.


Take a look at List.mkString().  It inherits from Iterable.

---Matt

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to