File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,15 @@ The XML spec has some features that are best turned off, to avoid unsavory thing
37
37
38
38
## Related projects
39
39
40
- These Projects build upon this library and increase the functionality in different ways.
41
- - [ Advxml] ( https://github.com/geirolz/advxml ) - A lightweight, functional library combining scala-xml with cats-core
42
- - [ ezXML] ( https://github.com/JulienSt/ezXML ) - This project aims to make working with scala-xml less cumbersome
40
+ - [ Advxml] ( https://github.com/geirolz/advxml ) - Functional library combining scala-xml with cats-core
41
+ - [ Binding.scala] ( https://github.com/ThoughtWorksInc/Binding.scala ) - Reactive programming library
42
+ - [ ezXML] ( https://github.com/JulienSt/ezXML ) - Extensions for traverse, encoding, decoding and mapping XML
43
+ - [ http4s-scala-xml] ( https://http4s.org/v0.21/entity/ ) - XML literal support in http4s
44
+ - [ Json4s XML] ( https://github.com/json4s/json4s ) - Conversion to and from JSON
45
+ - [ monadic-html] ( https://github.com/OlivierBlanvillain/monadic-html ) - DOM-like event-based programming with XHTML
46
+ - [ scalaxb] ( http://scalaxb.org/ ) - XML data binding, serialization, SOAP and WSDL support
47
+ - [ ScalaTags] ( https://github.com/lihaoyi/scalatags ) - Alternative syntax for XML literals
48
+ - [ scala-xml-dotty] ( https://github.com/felixmulder/scala-xml-dotty ) - Macro library for XML literals in Dotty
49
+ - [ xtract] ( https://github.com/lucidsoftware/xtract ) - A library for deserializing XML
50
+
51
+ 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