
June 1st, 2008, 02:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 38,075
Time spent in forums: < 1 sec
Reputation Power: 43
|
|
|
Scala and XML processing made easy
Scala lets you navigate and process parsed XML in several ways. It also has first class support for XML built right in, so you don't need to create strings of XML or programmatically build DOM trees. In this article, you will see these aspects of Scala in action and see how Scala can make working with XML a joy to do.
Read the full article here: Scala and XML processing made easy
|