From: Oleg T. <he...@us...> - 2005-11-27 21:23:55
|
Update of /cvsroot/mvp-xml/WebSite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27255 Modified Files: index.html Log Message: Index: index.html =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/index.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- index.html 27 Nov 2005 20:32:58 -0000 1.16 +++ index.html 27 Nov 2005 21:23:46 -0000 1.17 @@ -63,18 +63,18 @@ </strong>Mvp.Xml library v2.0 is the first Mvp.Xml release for .NET 2.0. What's new in the Mvp.Xml v2.0:</p> <ul> - <li>EXSLT.NET now works with new .NET 2.0 XSLT processor - <a href="http://www.google.com/url?sa=U&start=1&q=http://msdn2.microsoft.com/library/ms163414(en-us,vs.80).aspx&e=9797"> + <li>EXSLT.NET now works with new .NET 2.0 XSLT processor - <a href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_XmlOutput.html"> XslCompiledTransform</a> class</li> <li>Experimental new improved and simplified XSL transformation API introducing concepts of <nobr><A - href="T_Mvp_Xml_Common_Xsl_IXmlTransform.html">IXmlTransform</A></nobr> + href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_IXmlTransform.html">IXmlTransform</A></nobr> interface, <nobr><A - href="T_Mvp_Xml_Common_Xsl_XmlInput.html">XmlInput</A></nobr> + href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_XmlInput.html">XmlInput</A></nobr> and <nobr><A - href="T_Mvp_Xml_Common_Xsl_XmlOutput.html">XmlOutput</A></nobr> + href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_XmlOutput.html">XmlOutput</A></nobr> </li> <li><a href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_MvpXslTransform.html"> MvpXslTransform</a> - extends capabilities of the |