From: Oleg T. <he...@us...> - 2004-11-01 17:42:24
|
Update of /cvsroot/mvp-xml/WebSite/xpointer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10025/xpointer Modified Files: index.html Log Message: Fixed links. Index: index.html =================================================================== RCS file: /cvsroot/mvp-xml/WebSite/xpointer/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- index.html 1 Nov 2004 17:19:20 -0000 1.1 +++ index.html 1 Nov 2004 17:42:04 -0000 1.2 @@ -10,20 +10,20 @@ The XPointer.NET module provides an implementation of the <a href="http://www.w3.org/TR/xptr-framework/">XPointer Framework Recommendation</a> written in C# for the .NET platform. -XPointer.NET supports <a - href="http://http//www.w3.org/TR/xptr-element/">XPointer element() +XPointer.NET supports <a href="http://www.w3.org/TR/xptr-element/">XPointer +element() Scheme</a>, <a href="http://www.w3.org/TR/xptr-xmlns/">XPointer xmlns() Scheme</a>, <a href="http://simonstl.com/ietf/draft-stlaurent-xpath-frag-00.html"> XPointer xpath1() Scheme</a> and <a - href="http://simonstl.com/ietf/draft-stlaurent-xpath-frag-00.html"> + href="http://www.w3.org/TR/xptr-xpointer/"> XPointer xpointer() Scheme</a> (XPath subset only). XPointer.NET was designed and implemented for XInclude.NET module, but it can be used on its own.<br> <h2>Requirements</h2> <p>XPointer.NET is .NET Framework application and requires <a - href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/MSDN-FILES/027/001/829/msdncompositedoc.xml&frame=true" - target="_top"> .NET Framework</a> version 1.0 or 1.1 to be installed. </p> + href="http://msdn.microsoft.com/netframework/" target="_top"> .NET +Framework</a> version 1.0 or 1.1 to be installed. </p> <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 @@ -43,12 +43,11 @@ <ul> <li><a href="http://www.w3.org/TR/xptr-framework/">XPointer Framework Recommendation</a></li> - <li><a href="http://http//www.w3.org/TR/xptr-element/">XPointer + <li><a href="http://www.w3.org/TR/xptr-element/">XPointer element() Scheme</a></li> <li><a href="http://www.w3.org/TR/xptr-xmlns/">XPointer xmlns() Scheme</a><span style="text-decoration: underline;"></span></li> - <li><a - href="http://simonstl.com/ietf/draft-stlaurent-xpath-frag-00.html">XPointer + <li><a href="http://www.w3.org/TR/xptr-xpointer/">XPointer xpointer() Scheme</a></li> </ul> <h2>History</h2> @@ -66,7 +65,8 @@ <h2>Usage</h2> <a href="../../../../temp/XInclude.NET-1.2/doc/GotDotNet.XInclude.XIncludingReader.html">XPointerReader</a> -class, found in the Mvp.Xml.XPointer namespace (#TODO), is the key +class (#TODO), found in the Mvp.Xml.XPointer namespace (#TODO), is the +key class. It's customized <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemXmlXmlReaderClassTopic.asp"> XmlReader</a>, which implements <a @@ -76,7 +76,7 @@ xmlns() Scheme</a><!--StartFragment -->, <a href="http://www.simonstl.com/ietf/draft-stlaurent-xpath-frag-00.html">The XPointer xpath1() Scheme</a> and <a - href="http://simonstl.com/ietf/draft-stlaurent-xpath-frag-00.html"> + href="http://www.w3.org/TR/xptr-xpointer/"> XPointer xpointer() Scheme</a> (XPath subset only) in a caching forward-only fashion.<br> <br> @@ -89,7 +89,7 @@ </h2> <ol> <li>Only XPath subset of the <a - href="http://simonstl.com/ietf/draft-stlaurent-xpath-frag-00.html"> + href="http://www.w3.org/TR/xptr-xpointer/"> XPointer xpointer() Scheme</a> is currently supported. </li> </ol> <h2>License</h2> @@ -115,11 +115,11 @@ 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_id=">(archive)</a>. + href="http://sourceforge.net/mailarchive/forum.php?forum=mvp-xml-help">(archive)</a>. </p> <hr style="width: 100%; height: 2px;"> <p> The project is hosted at <a target="_blank" - href="http://prdownloads.sourceforge.net/mvp-xml/Mvp.Xml.zip?download"> + href="http://www.sourceforge.net"> SourceForge</a>. Find more at the <a href="http://sourceforge.net/projects/mvp-xml">Mvp.Xml project page at SourceForge</a>.<br> |