Skip to content

Commit 174cb66

Browse files
authored
Merge pull request #415 from JulienSt/patch-1
Add "Related projects" section to README
2 parents c323a31 + 44c393f commit 174cb66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ page](https://github.com/scala/scala-xml/issues/62) for details.
3434
## Security best practices
3535

3636
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!
37+
38+
## Related projects
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

0 commit comments

Comments
 (0)