From: Oleg T. <he...@us...> - 2005-01-17 07:55:51
|
Update of /cvsroot/mvp-xml/WebSite/xinclude In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24629/xinclude Modified Files: index.html Log Message: Index: index.html =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/xinclude/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- index.html 15 Jan 2005 14:41:43 -0000 1.5 +++ index.html 17 Jan 2005 07:55:41 -0000 1.6 @@ -67,12 +67,15 @@ style="font-family: monospace;" face="Courier New">bin</font>" directiory. The "<font style="font-family: monospace;" face="Courier New">src</font>" directory contains XInclude.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>). Test cases can be +directory (<a href="http://mvp-xml.sourceforge.net/xinclude/index.html">online +version</a>). Test cases can be found in the "<span style="font-family: monospace;">test</span>" directory.<br> -In addition to the <a href="../api/">API documentation</a>, refer to +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 |