State of XML support in Scala 2.9.x

前端 未结 4 1913
小蘑菇
小蘑菇 2020-12-31 04:12

I\'m currently starting to look into using Scala\'s XML support for business critical processes. In that regard I would like to know what the current state of the standard X

4条回答
  •  天命终不由人
    2020-12-31 04:37

    Scala XML is stable, supported and won’t go away for a very long time.

    Nonetheless, there are some design criticisms made and a few people sat down and decided to write a better alternative from scratch, Anti-XML.

    If everything works out, you will have an additional choice in the future.

提交回复
热议问题