From 44c393f76b4beaf4a908350a3d7d79e73fd33d7e Mon Sep 17 00:00:00 2001 From: JulienSt Date: Wed, 19 Feb 2020 14:53:56 +0000 Subject: [PATCH] Create "Related projects"-section in readme Based on the suggestion from @SethTisue here: https://users.scala-lang.org/t/i-created-a-xml-library-to-make-the-use-of-the-standard-library-easier/5627 Please include other libraries, that fit this section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 84bcfe1ef..974bdb4dc 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,9 @@ page](https://github.com/scala/scala-xml/issues/62) for details. ## Security best practices The XML spec has some features that are best turned off, to avoid unsavory things like file system access, DoS attacks,... Issue [#17](https://github.com/scala/scala-xml/issues/17) tracks the recommended way of configuring the XML parser used by scala-xml to avoid these. This is by no means an exhaustive list. We'll be happy to incorporate your suggestions -- just comment on the ticket! + +## Related projects + +These Projects build upon this library and increase the functionality in different ways. + - [Advxml](https://github.com/geirolz/advxml) - A lightweight, functional library combining scala-xml with cats-core + - [ezXML](https://github.com/JulienSt/ezXML) - This project aims to make working with scala-xml less cumbersome