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
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,12 @@ scala-xml
8
8
9
9
The standard Scala XML library. Please file XML issues here, not at https://github.com/scala/bug/issues.
10
10
11
-
Since Scala 2.11, this library is a separate jar that can be omitted from Scala projects that do not use XML.
12
-
13
-
The decoupling works 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).)
11
+
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).)
14
12
15
13
API documentation is available [here](https://scala.github.io/scala-xml/api/1.2.0/scala/xml/).
16
14
17
15
How to documentation is available in the [wiki](https://github.com/scala/scala-xml/wiki)
18
16
19
-
## Cross-building with 2.10
20
-
21
-
If you are cross-building a project that uses scala-xml with both Scala 2.10 and later Scala versions, take a look at [this example](https://github.com/scala/scala-module-dependency-sample).
22
-
23
17
## Maintenance status
24
18
25
19
This library is community-maintained. The lead maintainer is [@aaron_s_hawley](https://github.com/ashawley).
0 commit comments