-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XMPP# - Core - Minor improvements. - Fixed wrong indent chars & side for default formatting options. - Fixed `Element.Value` returning entire inner text from all descendant nodes. XMPP# - Expat - Minor improvements. - Better namespace handler (using namespace stack to track different XML scopes). - All tests passing.
- Loading branch information
1 parent
298e3d5
commit 33a5410
Showing
13 changed files
with
520 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
# XMPP# Expat | ||
This package implements the Expat parser in Xmpp Sharp library. | ||
|
||
# Common Types | ||
- `ExpatXmppParser` | ||
[![github](https://img.shields.io/badge/XMPP%23_%20Expat-ffe000?style=flat-square&logo=github&label=Github)](https://github.com/nathan130200/XmppSharp) | ||
|
||
### Common Types | ||
- `ExpatXmppParser` | ||
|
||
### Version History | ||
|
||
*1.0.0* | ||
|
||
- Initial Release | ||
|
||
___ | ||
|
||
*1.0.1* | ||
|
||
- Minor improvements. | ||
- Better namespace handler (using namespace stack to track different XML scopes). | ||
- All tests passing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.