All Tags »
xml »
XmlLite
Sorry, but there are no more tags available to filter with.
-
For those who don't know, XmlLite is a very lightweight, fast pull parser that was introduced with the Vista SDK. It is a native parser, not part of the managed API. However, unlike MSXML, it's ok to use with .NET using COM interop. There have been questions on how to use it - specifically, where to get the header and lib files ...