Skip to content
/ kxml Public

Minimalistic and multiplatform xml parser for Kotlin

Notifications You must be signed in to change notification settings

Lewik/kxml

Repository files navigation

kxml

This project is not abandonned.

Kxml is a simple XML parser.
No CDATA, comments and no ampersands yet.

Download

Use https://jitpack.io repository

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Use these dependencies per kotlin module respectively:

api("com.github.lewik.kxml:kxml:0.0.6")

Usage

fun main(){
    Kxml.parse(text)
}

About

Minimalistic and multiplatform xml parser for Kotlin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages