[Lift] Re: [scala] i can haz scala xml???

2009-03-04 Thread Meredith Gregory
David, Thanks, but not quite. Unfortunately, i do not know the name of the tag. i have to compute it. So, your soln won't work. As i mentioned in my email, the following {computeTag(context)}{computeTagContents(context)}/{computeTag(context} is a scheme for what i'd like to do, but it's

[Lift] Re: [scala] i can haz scala xml???

2009-03-04 Thread David Pollak
scala fubar5/bar/fu res0: scala.xml.Elem = fubar5/bar/fu scala fu{(1 to 3).map(i = item{i}/item)}/fu res1: scala.xml.Elem = fuitem1/itemitem2/itemitem3/item/fu Does that give you what you want (XML literals are part of the language) On Wed, Mar 4, 2009 at 1:10 PM, Meredith Gregory

[Lift] Re: [scala] i can haz scala xml???

2009-03-04 Thread David Pollak
On Wed, Mar 4, 2009 at 1:16 PM, Meredith Gregory lgreg.mered...@gmail.comwrote: David, Thanks, but not quite. Unfortunately, i do not know the name of the tag. i have to compute it. So, your soln won't work. As i mentioned in my email, the following

[Lift] Re: [scala] i can haz scala xml???

2009-03-04 Thread Meredith Gregory
David, Thanks for the attention to the problem. i resolved the issue. There was a missing param in my programmatic call: cut-n-pasto. Best wishes, --greg On Wed, Mar 4, 2009 at 2:03 PM, David Pollak feeder.of.the.be...@gmail.comwrote: On Wed, Mar 4, 2009 at 1:16 PM, Meredith Gregory