Mvp.Xml library v1.2 (for .NET 1.1) and v2.0 (for .NET 2.0)released.
Mvp.Xml library v1.2 is the latest Mvp.Xml release for .NET 1.1. What's new in the Mvp.Xml v1.2:
o Support for fractional seconds in EXSLT Dates and Times functions
o Bug fixes
Mvp.Xml library v2.0 is the first Mvp.Xml release for .NET 2.0. What's new in the Mvp.Xml v2.0:
o EXSLT.NET now works with new .NET 2.0 XSLT processor - XslCompiledTransform class
o Experimental new improved and simplified XSL transformation API introducing concepts of IXmlTransform interface, XmlInput and XmlOutput
o MvpXslTransform - extends capabilities of the XslCompiledTransform class by adding support for transforming into XmlReader , vast collection of EXSLT extention functions, multiple outputs and transforming of IXPathNavigable along with XmlResolver
o XslReader - provides an efficient way to read results of an XSL transformation as XmlReader
Performance improvements due to moving to generics and .NET 2.0 improved perf
o Support for fractional seconds in EXSLT Dates and Times functions
Enjoy!