From: Oleg T. <he...@us...> - 2005-01-15 14:41:53
|
Update of /cvsroot/mvp-xml/WebSite/xinclude In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29210/xinclude Modified Files: index.html Log Message: Small editorial changes, Serialization stuff. Index: index.html =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/xinclude/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- index.html 3 Jan 2005 18:34:39 -0000 1.4 +++ index.html 15 Jan 2005 14:41:43 -0000 1.5 @@ -47,7 +47,8 @@ <li><a href="#mozTocId594662">Feedback</a></li> </ol> <h2><a class="mozTocH2" name="mozTocId537061"></a>1. Requirements</h2> -<p>XInclude.NET is .NET Framework application and requires <a +<p>XInclude.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> </p> @@ -56,19 +57,21 @@ href="http://sourceforge.net/project/showfiles.php?group_id=102352">Downloads</a> page. You can download XInclude.NET module separately (with no dependencies on other modules) or as part of the Mvp.Xml library -release (all modules in one).<br> +release (all modules in one dll).<br> <h2><a class="mozTocH2" name="mozTocId593736"></a>3. Installation and Documentation</h2> <p>Find precompiled <font style="font-family: monospace;" - face="Courier New">Mvp.Xml.XInclude.dll</font> library in the "<font + face="Courier New">Mvp.Xml.XInclude.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 XInclude.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>). Test cases can be found in the "<span - style="font-family: monospace;">test</span>" directory.<br> +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>). 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 the "<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/xinclude.asp">Combining @@ -96,8 +99,7 @@ <li>The new home - <a href="http://mvp-xml.sf.net/">Mvp.Xml project</a> and so the new namespace - <a href="../api/Mvp.Xml.XInclude.html"><span style="font-family: monospace;">Mvp.Xml.XInclude</span></a> instead of - <span style="font-family: monospace;">GotDotNet.XInclude</span>.<br> - </li> + <span style="font-family: monospace;">GotDotNet.XInclude</span>.</li> <li>Upgraded to support the new XInclude final Recommendation syntax and semantics.</li> @@ -229,17 +231,18 @@ </h2> <ol> <li><span style="font-family: monospace;">XIncludingReader</span> -class only implenments the <a +class implements the <a href="http://www.w3.org/TR/xinclude/#include-location">streamable subset</a> of XInclude - intra-document references are not supported. That means <span - style="font-family: monospace;">XIncludingReader</span> treats absence + style="font-family: monospace;">XIncludingReader</span> treats an +absence of an "<span style="font-family: monospace;">href</span>" attribute on -an <span style="font-family: monospace;">xi:include</span> element as <a - href="http://www.w3.org/TR/xinclude/#dt-resource-error">XInclude +an <span style="font-family: monospace;">xi:include</span> element as +an <a href="http://www.w3.org/TR/xinclude/#dt-resource-error">XInclude resource error</a>.<br> </li> - <li>Syntactically incorrect URI references are treated as <a + <li>Syntactically incorrect URI references are treated as an <a href="http://www.w3.org/TR/xinclude/#dt-resource-error">XInclude resource error</a>.</li> @@ -267,11 +270,12 @@ </p> <h2><a class="mozTocH2" name="mozTocId594662"></a>11. Feedback</h2> <p>We appreciate any kind of feedback, feel free to post any questions -or comments about XInclude.NET and Mvp.Xml project in general in +or comments about XInclude.NET module and Mvp.Xml project in general in 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>. + href="http://sourceforge.net/mailarchive/forum.php?forum=mvp-xml-help">(online +archive)</a>. </p> <hr style="width: 100%; height: 2px;"> <p> The project is hosted at <a target="_blank" |