An open API service indexing awesome lists of open source software.

https://github.com/gwenn/xmlreader

XML stream reader
https://github.com/gwenn/xmlreader

xml

Last synced: 9 months ago
JSON representation

XML stream reader

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/gwenn/xmlreader/workflows/Rust/badge.svg)](https://github.com/gwenn/xmlreader/actions)
[![dependency status](https://deps.rs/repo/github/gwenn/xmlreader/status.svg)](https://deps.rs/repo/github/gwenn/xmlreader)

XML stream reader on top of [xmlparser](https://github.com/RazrFalcon/xmlparser).

API is similar to:
- C [libxml2-xmlreader](https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-xmlreader.html)
- C# [xmltextreader](https://learn.microsoft.com/en-us/dotnet/api/system.xml.xmltextreader?view=net-7.0)
- Java [XMLStreamReader](https://www.javadoc.io/static/org.codehaus.woodstox/stax2-api/4.2.1/org/codehaus/stax2/XMLStreamReader2.html)