From: Oleg T. <he...@us...> - 2005-01-17 07:55:51
|
Update of /cvsroot/mvp-xml/WebSite/xpointer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24629/xpointer Modified Files: index.html Log Message: Index: index.html =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/xpointer/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- index.html 15 Jan 2005 14:41:43 -0000 1.4 +++ index.html 17 Jan 2005 07:55:42 -0000 1.5 @@ -41,13 +41,16 @@ 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 .NET 2003 solution form. The API documentation can be +in Visual Studio .NET 2003 solution form. The documentation can be found in the "<span style="font-family: monospace;">doc</span>" -directory (<a href="../api/">online version</a>). Samples and test +directory (<a href="http://mvp-xml.sourceforge.net/xpointer/index.html">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 +In addition to the <a + href="http://mvp-xml.sourceforge.net/api/index.html">API documentation</a>, +refer to the "<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/xinclude.asp">Combining XML Documents with XInclude</a>" article at the MSDN, which introduces XPointer itself and provides details on usage and implementation of the |