A C# class library for parsing WordPress XML export data.
Ever had a need to deal with exported WordPress XML data in a .NET project? I have, and since there wasn't a good solution out there already, I decided to create one. The result is PressSharper. It's a simple class library to provide an API to the exported WordPress XML data.
Install-Package PressSharper
To see some good examples of using PressSharper, take a look at the unit tests.