| The Raccoom.Xml namespace contains interfaces and classes that deal with RSS 2.1 and OPML 1.1 data. It provides strong typed classes which meet the required specifications. These classes help you to consume or create these kind of documents in your code, no knowledge about XML or the data specifications needed.
The Raccoom.Xml.Editors namespace contains a MDI based editor for RSS and OPML documents. You can load, save and edit your documents. There is also a built-in XML and HTML preview.
Raccoom.Xml.Test contains the NUnit based test cases. Basically, the tests create data and saves it to the local storage. After loading into a new instance, it verifies that both instances are equal. Another test scenario takes care about the collection's add and remove methods.
|
| |