Problem: In a Scala application, you want to extract information from XML you receive, so you can use the data in your application.
Solution
Use the methods of the ScalaElem
and NodeSeq
classes to extract the data. The most commonly used methods of the Elem
class are shown here:
read more