31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
# NSax
|
|
|
|
Port from [Sax.Net](https://github.com/rasmusjp/sax.net) and [Ælfred.Net](http://www.github.com/rasmusjp/aelfred.net).
|
|
|
|
## SAX.Net
|
|
|
|
SAX.Net is a .NET port of the SAX (http://www.saxproject.org/) Java library.
|
|
|
|
SAX is the Simple API for XML.
|
|
|
|
## Ælfred.Net
|
|
|
|
Ælfred.Net is a .NET port of the Ælfred (http://saxon.sourceforge.net/aelfred.html) XML Parser.
|
|
|
|
Ælfred.Net is SAX2-compatible a non-validating XML parser.
|
|
|
|
## License
|
|
|
|
SAX.Net is licensed under LGPL V3.
|
|
|
|
Ælfred.Net is licensed under LGPL V3.
|
|
|
|
Microstar's (which no longer exists) original terms and conditions:
|
|
|
|
AElfred, Version 1.2 Microstar's Java-Based XML Parser Copyright (c) 1997, 1998 by Microstar Software Ltd. Home Page: http://www.microstar.com/XML/
|
|
|
|
AElfred is free for both commercial and non-commercial use and redistribution, provided that Microstar's copyright and disclaimer are retained intact. You are free to modify AElfred for your own use and to redistribute AElfred with your modifications, provided that the modifications are clearly documented.
|
|
|
|
DISCLAIMER
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of merchantability or fitness for a particular purpose. Please use it AT YOUR OWN RISK. |