Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 451 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 451 Bytes

XmlPullParser For Kotlin Multiplatform (JS/Android/JVM)

This project is deprecated. If you want to use XML on Kotlin Multiplatform, try https://github.com/pdvrieze/xmlutil .

This provides a basic working implementation of the XmlPullParser API for Kotlin multiplatform (JS, Android, and JVM).

On Android/JVM: It just uses expect/actual and links to kXML implementation

On JS: It uses the browser's native Xml parsing and the TreeWalker API