Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 726 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 726 Bytes

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/