Skip to content

scala-steward/scala-xml

This branch is 67 commits behind scala/scala-xml:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7aa00fc · Jul 30, 2024
Mar 3, 2024
Dec 7, 2023
Dec 30, 2023
Jul 10, 2024
Dec 30, 2023
May 19, 2018
Jul 15, 2021
Jul 24, 2013
Sep 9, 2021
Apr 23, 2019
Jul 17, 2018
Aug 1, 2018
Jan 4, 2024
Mar 28, 2023
Jul 30, 2024

Repository files navigation

scala-xml latest release for 2.12 latest release for 2.13 latest release for 3.0

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.

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! Compiler code that shows the calls needed: Scala 2.11, Scala 2.12, Scala 2.13, Scala 3.

API documentation is available here.

How-to documentation is available in the wiki

Maintenance status

This library is community-maintained. Maintainers with merge rights include @aaron_s_hawley and @dubinsky.

Contributors are welcome. Please consult the contributor guide on the wiki.

Issues

Some old issues from the Scala issue tracker have been migrated here, but not all of them. Community assistance identifying and migrating still-relevant issues is welcome. See this page for details.

Related projects

  • Advxml - Functional library combining scala-xml with cats-core
  • Binding.scala - Reactive programming library
  • ezXML - Extensions for traverse, encoding, decoding and mapping XML
  • http4s-scala-xml - XML literal support in http4s
  • Json4s XML - Conversion to and from JSON
  • monadic-html - DOM-like event-based programming with XHTML
  • phobos - Data-binding library based on stream parsing using Aalto XML
  • scalacheck-xml - Provides Scalacheck instances for scala-xml
  • scalaxb - XML data binding, serialization, SOAP and WSDL support
  • ScalaTags - Alternative syntax for XML literals
  • scala-xml-dotty - Macro library for XML literals in Dotty
  • XML SPaC - Streaming event-based parser combinators
  • xs4s - XML streaming for Scala
  • xtract - A library for deserializing XML

You might also search "XML" on Scaladex.

About

The standard Scala XML library

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.4%
  • Shell 0.6%