XML Query

Hello, I have f.e. this XML file:

1.234

5.678

1.234

5.678

In Java I used this xPath query...

"//daotype/dao[@id='" + daoId + "']/property"

...to get all the "property"-nodes and put them into a HashMap with "daoId"
as key.

Are there any examples how to do this in Scala?

Regards CS

Copyright © 2013 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland