What is QuasiXml?

QuasiXml is a .NET library providing a XML-ish parser that  produces an object model similar to System.Xml. The parser does not care if the markup being parsed is well formed or not, it gives it a shot - but only if you want it to. 

Examples of what you can do with QuasiXml:

QuasiXml does not support: 

  Other Features:

Read more about QuasiXml on my blog:

http://blog.kevinthomasson.se/programming/quasixml-an-xmlish-parser-for-dotnet

There is no documentation at this point. Consult the unit tests for help on usage until further notice.

/Kevin Thomasson