Update of /cvsroot/mvp-xml/WebSite/xinclude
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19040/xinclude
Modified Files:
index.html
Log Message:
Updated to final XInclude Recommendation.
Index: index.html
===================================================================
RCS file: /cvsroot/mvp-xml/WebSite/xinclude/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:11 -0000 1.3
+++ index.html 3 Jan 2005 18:34:39 -0000 1.4
@@ -10,7 +10,7 @@
</h1>
The XInclude.NET module provides an implementation of the <a
href="http://www.w3.org/TR/xinclude/">W3C XML Inclusions (XInclude)1.0
-Proposed Recommendation</a> and the <a
+Recommendation</a> and the <a
href="http://www.w3.org/TR/xptr-framework/">XPointer Framework
Recommendation</a> written in C# for the .NET platform.
XInclude.NET supports <a href="http://www.w3.org/TR/xptr-element/">XPointer
@@ -26,25 +26,26 @@
style="font-family: monospace;">XIncludingReader</span>
class found in the <span style="font-family: monospace;">Mvp.Xml.XInclude</span>
namespace. <br>
-<p>XInclude.NET has been thoroughly tested against <!--StartFragment --><a
- href="http://www.w3.org/XML/Test/XInclude/">The XInclude Test Suite</a> under
+<p>XInclude.NET has been thoroughly tested against <a
+ href="http://www.w3.org/XML/Test/XInclude/">XML Inclusions (XInclude)
+Version 1.0, W3C Conformance Test Suite (2004-11-03)</a> under
Microsoft .NET 1.0 and 1.1 on Windows 2000 and Windows Server 2003.<br>
</p>
<p style="font-weight: bold;">Contents:</p>
- <ol>
- <li><a href="#mozTocId537061">Requirements</a></li>
- <li><a href="#mozTocId172804">Download</a></li>
- <li><a href="#mozTocId593736">Installation and
+<ol>
+ <li><a href="#mozTocId537061">Requirements</a></li>
+ <li><a href="#mozTocId172804">Download</a></li>
+ <li><a href="#mozTocId593736">Installation and
Documentation</a></li>
- <li><a href="#mozTocId209347">History</a></li>
- <li><a href="#mozTocId156645">Usage</a></li>
- <li><a href="#mozTocId795134">Custom XmlResolver</a></li>
- <li><a href="#mozTocId893216">XPointer</a></li>
- <li><a href="#mozTocId299036">Conformance Issues </a></li>
- <li><a href="#mozTocId670936">License</a></li>
- <li><a href="#mozTocId666501">Bug reports</a></li>
- <li><a href="#mozTocId594662">Feedback</a></li>
- </ol>
+ <li><a href="#mozTocId209347">History</a></li>
+ <li><a href="#mozTocId156645">Usage</a></li>
+ <li><a href="#mozTocId795134">Custom XmlResolver</a></li>
+ <li><a href="#mozTocId893216">XPointer</a></li>
+ <li><a href="#mozTocId299036">Conformance Issues </a></li>
+ <li><a href="#mozTocId670936">License</a></li>
+ <li><a href="#mozTocId666501">Bug reports</a></li>
+ <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
href="http://msdn.microsoft.com/netframework/" target="_top"> .NET
@@ -97,7 +98,8 @@
style="font-family: monospace;">Mvp.Xml.XInclude</span></a> instead of
<span style="font-family: monospace;">GotDotNet.XInclude</span>.<br>
</li>
- <li>Upgraded to support the new XInclude Proposed Rec syntax and
+ <li>Upgraded to support the new XInclude final Recommendation syntax
+and
semantics.</li>
<li>Added support for the xml:lang fixup.<br>
</li>
@@ -228,17 +230,17 @@
<ol>
<li><span style="font-family: monospace;">XIncludingReader</span>
class only implenments the <a
- href="http://www.w3.org/TR/2004/PR-xinclude-20040930/#include-location">streamable
+ 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
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/2004/PR-xinclude-20040930/#dt-resource-error">XInclude
+ 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
- href="http://www.w3.org/TR/2004/PR-xinclude-20040930/#dt-resource-error">XInclude
+ href="http://www.w3.org/TR/xinclude/#dt-resource-error">XInclude
resource
error</a>.</li>
<li>Only XPath subset of the <a
|