From: Oleg T. <he...@us...> - 2005-11-26 22:03:58
|
Update of /cvsroot/mvp-xml/WebSite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2936 Modified Files: index.html Log Message: Index: index.html =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/index.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- index.html 2 Nov 2005 13:21:27 -0000 1.13 +++ index.html 26 Nov 2005 22:03:49 -0000 1.14 @@ -6,14 +6,15 @@ </head> <body> <h1><a class="mozTocH1" name="mozTocId838640"></a>Mvp.Xml Project</h1> -<p> This project is developed by <a target="_blank" +<p> Mvp.Xml project is developed by <a target="_blank" href="http://www.microsoft.com/communities/mvp/mvp.mspx"> Microsoft MVPs</a> in <a target="_blank" href="http://www.microsoft.com/communities/MVP/MVPList.mspx?Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22hasBio%22+Value%3d%220%22%2f%5e%7earg+Name%3d%22Product%22+Value%3d%22Windows%20Server%20System%20-%20XML%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e&Title=Windows%20Server%20System%20-%20XML"> XML technologies</a> and <a target="_blank" href="http://www.microsoft.com/communities/MVP/MVPList.mspx?Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22hasBio%22+Value%3d%220%22%2f%5e%7earg+Name%3d%22Product%22+Value%3d%22Windows%20Server%20System%20-%20XML%20Web%20Services%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e&Title=Windows%20Server%20System%20-%20XML%20Web%20Services"> XML Web Services</a> worldwide. It is aimed at supplementing .NET -framework functionality available through the <a target="_blank" +framework XML processing + functionality available through the <a target="_blank" href="http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemxml.asp"> System.Xml</a> namespace and related namespaces such as <a target="_blank" @@ -24,15 +25,20 @@ posts. All the project's classes contain extensive tests to ensure its quality, as well as the peer review among this highly focused group of XML lovers.</p> -<p><span style="font-weight: bold;">Contents</span>:<br> -</p> -<ol> - <li><a href="#mozTocId408130">Modules </a></li> - <li><a href="#mozTocId421746">News</a></li> - <li><a href="#mozTocId58451">Get Support</a></li> - <li><a href="#mozTocId610253">Downloads</a></li> - <li><a href="#mozTocId620586">License</a></li> -</ol> + <p> + Mvp.Xml project currently provides .NET implementations of <a href="http://www.exslt.org"> + EXSLT</a>, <a href="http://www.w3.org/TR/xmlbase/">XML Base</a>, <a href="http://www.w3.org/TR/xinclude/"> + XInclude</a>, <a href="http://www.w3.org/TR/xptr-framework/">XPointer</a> + as well as a unique set of utility classes and tools making XML programming in + .NET platform easier, more productive and effective.</p> + <p> + Mvp.Xml project supplements .NET functionality, but as .NET platform evolves some + parts of the Mvp.Xml library become redundant. Beware that we will be dropping support + for anything that become supported natively in .NET.</p> + <p> + Mvp.Xml project supports both .NET 1.1 and .NET 2.0. While both codebases have much + in common, they are different codebases. Mvp.Xml for .NET 1.1 is mostly frozen, + while Mvp.Xml for .NET 2.0 is under active development.</p> <h2><a class="mozTocH2" name="mozTocId408130"></a>1. Modules<br> </h2> <p>The Mvp.Xml project consists of several modules listed below.<br> @@ -43,13 +49,63 @@ <li><a href="xinclude/index.html">XInclude.NET</a> module</li><li><a href="xpointer/index.html">XPointer.NET</a> module</li> </ul> <h2><a class="mozTocH2" name="mozTocId421746"></a>2. News</h2> -Mvp.Xml News: <a + <strong>Mvp.Xml library v1.2 released (November 27, 2005)</strong><br /> + <br /> + Mvp.Xml library v1.2 is the latest Mvp.Xml release for .NET 1.1. What's new in the + Mvp.Xml v1.2:<br /> + <ul> + <li>Support for fractional seconds in EXSLT Dates and Times functions</li> + <li>Bug fixes</li> + </ul> + <p> + <strong>Mvp.Xml library v2.0 released (November 27, 2005)<br /> + <br /> + </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>Experimental new improved and simplified XSL transformation API introducing concepts + of + <nobr><A + href="T_Mvp_Xml_Common_Xsl_IXmlTransform.html">IXmlTransform</A></nobr> + interface, + <nobr><A + href="T_Mvp_Xml_Common_Xsl_XmlInput.html">XmlInput</A></nobr> + and + <nobr><A + href="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 + <nobr><A + href="http://msdn2.microsoft.com/en-us/library/System.Xml.Xsl.XslCompiledTransform.aspx" + target="sdk">XslCompiledTransform</A></nobr> + class by adding support for transforming into + <nobr><A + href="http://msdn2.microsoft.com/en-us/library/System.Xml.XmlReader.aspx" + target="sdk">XmlReader</A></nobr> + , vast collection of EXSLT extention functions, multiple outputs and transforming + of + <nobr><A + href="http://msdn2.microsoft.com/en-us/library/System.Xml.XPath.IXPathNavigable.aspx" + target="sdk">IXPathNavigable</A></nobr> + along with + <nobr><A + href="http://msdn2.microsoft.com/en-us/library/System.Xml.XmlResolver.aspx" + target="sdk">XmlResolver</A></nobr> + </li> + <li><a href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_XslReader.html"> + XslReader</a> - provides an efficient way to read results of an XSL transformation + as XmlReader</li> + <li>Performance improvements due to moving to generics and .NET 2.0 improved perf</li> + <li>Support for fractional seconds in EXSLT Dates and Times functions</li> + </ul> + Mvp.Xml News Feed: <a href="http://sourceforge.net/export/rss2_projnews.php?group_id=102352&rss_fulltext=1"><img alt="Mvp.Xml project news feed" src="http://images.sourceforge.net/images/xml.png" style="border: 0px solid ; width: 36px; height: 14px;"></a> (<a href="http://sourceforge.net/news/?group_id=102352">News archive</a>)<br> -Mvp.Xml Releases: <a +Mvp.Xml Releases: <a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=102352"><img alt="Mvp.Xml project news feed" src="http://images.sourceforge.net/images/xml.png" @@ -63,13 +119,17 @@ classes:<br> <ol> <li>This online documentation.</li> - <li>Mailing list: <a + <li><a href="http://www.xmllab.net/Forum/tabid/70/Default.aspx">Mvp.Xml Forums</a> at + the <a href="http://www.xmllab.net/">XML Lab</a>.</li> + <li>Mailing list: <a href="https://lists.sourceforge.net/mailman/listinfo/mvp-xml-help">mvp-xml-help</a> (general discussion list for Mvp.Xml users), <a href="http://sourceforge.net/mailarchive/forum.php?forum=mvp-xml-help">(online archive)</a>.</li> - <li><a href="http://www.xmllab.net/Forum/tabid/70/Default.aspx">Mvp.Xml Forums</a> at - the <a href="http://www.xmllab.net/">XML Lab</a>.</li> + <li>Online API +documentation - for <a href="http://mvp-xml.sourceforge.net/api/index.html"> + Mvp.Xml v1.X</a> and <a href="http://mvp-xml.sourceforge.net/api/2.0/index.html">Mvp.Xml + v2.X</a>.</li> <li>Tracker: <a href="http://sourceforge.net/tracker/?group_id=102352&atid=633328">Bugs</a>.</li> <li>Tracker: <a @@ -77,16 +137,11 @@ Requests</a>.</li> <li>Browse <a href="http://cvs.sourceforge.net/viewcvs.py/mvp-xml">CVS repository online</a>.</li> - <li>Online <a href="http://mvp-xml.sourceforge.net/api/index.html">API -documentation</a>.<br> - </li> </ol> <h2><a class="mozTocH2" name="mozTocId610253"></a>4. Downloads</h2> Go to the <a href="http://sourceforge.net/project/showfiles.php?group_id=102352">Downloads</a> -page. You can download Mvp.Xml library release as a whole (all modules -in one -archive) or releases for separate modules.<br> +page. You can download Mvp.Xml library release for .NET 1.X or .NET 2.0.<br> <h2><a class="mozTocH2" name="mozTocId620586"></a>5. License</h2> The Mvp.Xml library is a subject to the <a href="license.html">BSD License</a> - <a href="http://www.opensource.org/licenses/index.php">OSI approved</a> |