geirolz / advxml

A lightweight, simple and functional DSL library to work with XML in Scala with Cats

Home Page:https://geirolz.github.io/advxml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advxml

Build Status codecov Codacy Badge Sonatype Nexus (Releases) javadoc.io Scala Steward badge GitHub license

⚠️ Please, have a look to the new WIP project cats-xml ⚠️

A lightweight, simple and functional library DSL to work with XML in Scala using native scala xml library and cats core.

How to import

Advxml supports 2.13 and 3

Sbt

  libraryDependencies ++= Seq(
    "com.github.geirolz" %% "advxml-core" % "2.5.0",
    "com.github.geirolz" %% "advxml-xpath" % "2.5.0" //optional, for xpath support
  )

Structure

The idea behind this library is offer a fluent syntax to edit and read xml.

Features:

Contributors

About

A lightweight, simple and functional DSL library to work with XML in Scala with Cats

https://geirolz.github.io/advxml

License:Apache License 2.0


Languages

Language:Scala 99.9%Language:Shell 0.1%