- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
XML Query
Mon, 2009-11-09, 13:05
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