File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ API documentation is available [here](https://scala.github.io/scala-xml/api/1.2.
14
14
15
15
How to documentation is available in the [ wiki] ( https://github.com/scala/scala-xml/wiki )
16
16
17
- The latest stable release of Scala XML is 1.2 .0.
17
+ The latest stable release of Scala XML is 1.3 .0.
18
18
19
- Milestone releases of Scala XML version 2.0 are available, starting with 2.0.0-M1. See the changes for 2.0 in ` CHANGELOG.md ` .
19
+ Experimental milestone releases of Scala XML version 2.0 are available, starting with 2.0.0-M1. See the changes for 2.0 in ` CHANGELOG.md ` .
20
20
21
21
## Maintenance status
22
22
@@ -43,9 +43,12 @@ The XML spec has some features that are best turned off, to avoid unsavory thing
43
43
- [ http4s-scala-xml] ( https://http4s.org/v0.21/entity/ ) - XML literal support in http4s
44
44
- [ Json4s XML] ( https://github.com/json4s/json4s ) - Conversion to and from JSON
45
45
- [ monadic-html] ( https://github.com/OlivierBlanvillain/monadic-html ) - DOM-like event-based programming with XHTML
46
+ - [ phobos] ( https://github.com/TinkoffCreditSystems/phobos ) - Data-binding library based on stream parsing using Aalto XML
46
47
- [ scalaxb] ( http://scalaxb.org/ ) - XML data binding, serialization, SOAP and WSDL support
47
48
- [ ScalaTags] ( https://github.com/lihaoyi/scalatags ) - Alternative syntax for XML literals
48
49
- [ scala-xml-dotty] ( https://github.com/felixmulder/scala-xml-dotty ) - Macro library for XML literals in Dotty
50
+ - [ XML SPaC] ( https://github.com/dylemma/xml-spac ) - Streaming event-based parser combinators
51
+ - [ xs4s] ( https://github.com/ScalaWilliam/xs4s ) - XML streaming for Scala
49
52
- [ xtract] ( https://github.com/lucidsoftware/xtract ) - A library for deserializing XML
50
53
51
54
See also the "XML" section of [ Awesome Scala] ( https://github.com/lauris/awesome-scala ) .
You can’t perform that action at this time.
0 commit comments