You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard Scala XML library. Not actively maintained.
5
+
6
+
Would you like to maintain this project? (Please open an issue/send an email!)
5
7
6
8
As of Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use XML.
7
-
We're also looking forward to alternative implementations!
9
+
10
+
The compiler was decoupled from this particular implementation using the same approach as for comprehensions (xml syntax is desugared into a set of method calls, which unfortunately is only defined by the implementation). Alternative implementations are welcome!
8
11
9
12
API documentation is available [here](http://www.scala-lang.org/api/current/scala-xml/).
0 commit comments