Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathan130200/minixml

Mini XML API for use in the XMPP protocol.
https://github.com/nathan130200/minixml

Last synced: about 1 month ago
JSON representation

Mini XML API for use in the XMPP protocol.

Awesome Lists containing this project

README

        

# MiniXML
This project include a basic code to working with jabber protocol such as:

- Basic strict xml parsing for jabber standards. (Some xml features are forbidden in XMPP standards such as: prolog, PIs, cdatas, entity decls, schemas, comments)
- Basic jid parsing and handling.
- Basic element navigation.
- Parsing accepts xml fragments.
- Nesting element functions for better code readability.

### NuGet
You can find the package on nuget.

NuGet Version

https://www.nuget.org/packages/MiniXML/