有关 Scala XML 支持的完整文档?
我正在阅读《Scala 编程》第二版的预印本,但正如它所说,它“只触及了 XML 所能做的事情的表面”。是否有任何资源可以帮助您了解 Scala 2.8 中的整个 XML 支持? (现在,我想了解命名空间处理,但我想要有完整的东西可以参考)。
Scaladoc 不算数。
I'm reading the preprint of the 2nd Ed of Programming in Scala, but as it says it "only scratched the surface of what you can do with XML". Are there any resources for understanding the entire XML support in Scala 2.8? (right now, I want to know about namespace handling, but I'd like to have something complete to refer to).
Scaladoc doesn't count.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是Scala XML 支持者的作者的一本书。 Scala XML 支持在各个版本中没有太大变化,因此它仍然是最新的:http:// /burak.emir.googlepages.com/scalaxbook.docbk.html
这是一篇非常好的文章:http://www.codecommit.com/blog/scala/working-with-scalas-xml-support
这里还有一篇不错的文章:http://www.ibm.com/developerworks/library/x-scalaxml/
This is a book by the author of the Scala XML supoort. Scala XML support did not change much over the versions so it is still up to date: http://burak.emir.googlepages.com/scalaxbook.docbk.html
This is a very good article: http://www.codecommit.com/blog/scala/working-with-scalas-xml-support
There's also a nice article here: http://www.ibm.com/developerworks/library/x-scalaxml/