- 1,233 categories
- 40,434 scripts
Updated: 06/06/2005
- High-level non-validating XML parser component that is free for both commercial and non-commercial use. (1) Load/save XML files to an in-memory document object model (DOM). (2) Add name/value attribtes to nodes. (3) Compress nodes or entire sub-trees using in-memory Zip compression. (4) AES encrypt the content of a node. (5) Numerous methods for iterating over the nodes in a document. (6) Numerous methods for searching and sorting nodes in a document. (7) API designed to make it easy to do frequently encountered tasks when working with XML. (8) Makes it easy to handle binary data (such as image data) within XML files.
- Categories
- Tags
- Platforms
- Licenses
- Author
- Adillis smartDBforms.NET is a robust ASP.NET framework for creating professional database forms. It is used successfully by developers and power users. In order to remove the burden of sql command building, user interface construction, foreign key re...
- Binary XML has generated a lot of talk, and one of the motivators is the need for a less verbose transfer format, especially for use with Web services. One solution that is already at hand is data compression. This tip shows you how to use compressio...
- High-level non-validating XML parser component that is free for both commercial and non-commercial use.
Load/save XML files to an in-memory document object model (DOM).
Add name/value attribtes to nodes.
Compress nodes or entire sub-trees ...
- This article presents an example of multiple binary file upload for Web applications using Extensible Markup Language (XML) technology, without the typical limitation of traditional file upload processing. It describes how to use Microsoft XML Parser...