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. Please file XML issues here, not at https://github.com/scala/bug/issues.
8
+
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues or http://github.com/lampepfl/dotty/issues.
9
9
10
-
The decoupling of scala-xml from the Scala compiler and standard library is possible because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (The calls are unfortunately only defined by the [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala).)
10
+
The decoupling of scala-xml from the Scala compiler and standard library is possible because the compiler desugars XML literals in Scala source code into a set of method calls. Alternative implementations of these calls are welcome! (This [implementation](https://github.com/scala/scala/blob/2.11.x/src/compiler/scala/tools/nsc/ast/parser/SymbolicXMLBuilder.scala) shows the calls needed.)
11
11
12
12
API documentation is available [here](https://javadoc.io/doc/org.scala-lang.modules/scala-xml_2.13/).
13
13
14
-
Howto documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
14
+
How-to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
15
15
16
16
## Maintenance status
17
17
18
-
This library is community-maintained. The lead maintainer is [@aaron_s_hawley](https://github.com/ashawley).
18
+
This library is community-maintained. Maintainers with merge rights include [@aaron_s_hawley](https://github.com/ashawley) and [@dubinsky](https://github.com/dubinsky).
19
19
20
-
Contributors are welcome, and should read the [contributor guide](https://github.com/scala/scala-xml/wiki/Contributor-guide) on the wiki.
20
+
Contributors are welcome. Please consult the [contributor guide](https://github.com/scala/scala-xml/wiki/Contributor-guide) on the wiki.
21
21
22
22
## Issues
23
23
24
-
Many old issues from the Scala JIRA issue tracker have been migrated
24
+
Some old issues from the Scala issue tracker have been migrated
25
25
here, but not all of them. Community assistance identifying and
26
26
migrating still-relevant issues is welcome. See [this
27
27
page](https://github.com/scala/scala-xml/issues/62) for details.
28
28
29
-
## Security best practices
30
-
31
-
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!
32
-
33
29
## Related projects
34
30
35
31
-[Advxml](https://github.com/geirolz/advxml) - Functional library combining scala-xml with cats-core
0 commit comments