- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
injecting attribute values into xml nodes?
Fri, 2009-05-22, 04:26
Is there a way to inject attribute values into the node elements?, e.g.
The following works:
scala> (1980 to 2009).toList.map(_.toString).reverse.map( v =>
""+{v}+"" )
res1: List[java.lang.String] = List(2009, 2008, 2007, 2006,
2005, 2004, 2003, 2002, 2001,
2000 (1980 to 2009).toList.map(_.toString).reverse.map( v =>
{v} )
:1: error: in XML literal: ' or " delimited attribute value
or '{' scala-expr '}' expected
(1980 to 2009).toList.map(_.toString).reverse.map( v =>
{v} )
^
:1: error: in XML literal: whitespace expected
(1980 to 2009).toList.map(_.toString).reverse.map( v =>
{v} )
Todd
On Thu, May 21, 2009 at 8:24 PM, Todd Cook <todd@cookconsulting.com> wrote:
--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp