From: Oleg T. <he...@us...> - 2005-01-15 14:41:53
|
Update of /cvsroot/mvp-xml/WebSite/xpointer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29210/xpointer Modified Files: index.html Log Message: Small editorial changes, Serialization stuff. Index: index.html =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/xpointer/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.html 9 Nov 2004 12:23:12 -0000 1.3 +++ index.html 15 Jan 2005 14:41:43 -0000 1.4 @@ -22,9 +22,10 @@ module</a>, but it can be used on its own.<br> <h2>Requirements</h2> -<p>XPointer.NET is .NET Framework application and requires <a +<p>XPointer.NET module as well as a whole Mvp.Xml library is .NET +Framework application and requires <a href="http://msdn.microsoft.com/netframework/" target="_top"> .NET -Framework</a> version 1.0 or 1.1 to be installed.<br> +Framework</a> version 1.0 or 1.1 to be installed. </p> <h2>Download</h2> Go to the <a @@ -34,14 +35,16 @@ release (all modules in one). <h2>Installation and Documentation</h2> <p>Find precompiled <font style="font-family: monospace;" - face="Courier New">Mvp.Xml.XPointer.dll</font> library in the "<font + face="Courier New">Mvp.Xml.XPointer.dll</font> (or <span + style="font-family: monospace;">Mvp.Xml.dll</span> if you've +downloaded full Mvp.Xml library) library in the "<font style="font-family: monospace;" face="Courier New">bin</font>" directiory. The "<font style="font-family: monospace;" face="Courier New">src</font>" directory contains XPointer.NET sources -in Visual Studio <br> -.NET 2003 solution form. The API documentation can be found in the "<span - style="font-family: monospace;">doc</span>" directory (<a - href="../api/">online version</a>). Samples and test cases can be +in Visual Studio .NET 2003 solution form. The API documentation can be +found in the "<span style="font-family: monospace;">doc</span>" +directory (<a href="../api/">online version</a>). Samples and test +cases can be found in the "<span style="font-family: monospace;">test</span>" directory.<br> In addition to the API documentation, refer to the "<a @@ -66,8 +69,7 @@ Done since 1.2 release:<br> <ul> <li>The new home - <a href="http://mvp-xml.sf.net/">Mvp.Xml project</a> -and so the new namespace - - <a +and so the new namespace - <a href="file:///D:/projects/Mvp.Xml/WebSite/api/Mvp.Xml.XPointer.html">Mvp.Xml.XPointer</a> instead of GotDotNet.XPointer.</li> <li>Performance improvements - documents processed are @@ -75,7 +77,7 @@ cached via the <a href="../api/Mvp.Xml.Common.XPath.XPathCache.html">Mvp.Xml.Common.XPath.XPathCache</a> class.<br> </li> - <></> <li>Memory footprint is minimized.</li> + <li>Memory footprint is minimized.</li> <li>XPointer Framework syntax erorrs are now throw exceptions.<br> </li> </ul> @@ -211,7 +213,8 @@ the <a href="https://lists.sourceforge.net/mailman/listinfo/mvp-xml-help">mvp-xml-help</a> mailing list <a - href="http://sourceforge.net/mailarchive/forum.php?forum=mvp-xml-help">(archive)</a>.<br> + href="http://sourceforge.net/mailarchive/forum.php?forum=mvp-xml-help">(online +archive)</a>.<br> </p> <hr style="width: 100%; height: 2px;"> <p> The project is hosted at <a target="_blank" |