Update of /cvsroot/mvp-xml/WebSite/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27255/common
Modified Files:
index.html
Log Message:
Index: index.html
===================================================================
RCS file: /cvsroot/mvp-xml/WebSite/common/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.html 26 Nov 2005 22:03:49 -0000 1.7
+++ index.html 27 Nov 2005 21:23:46 -0000 1.8
@@ -7,7 +7,7 @@
<body>
<h1><a href="../index.html">Mvp.Xml Project</a>: Common module<br>
</h1>
-The Common module includes a set of commonly useful classes in <span
+The Common module includes a set of commonly useful classes in the <span
style="font-family: monospace;">Mvp.Xml.Common,</span>
<span style="font-family: monospace;">Mvp.Xml.Common.Serialization<strong>, </strong>
Mvp.Xml.Common.XPath</span> and <span style="font-family: Courier New">
@@ -63,7 +63,7 @@
XmlReader</a> and <a target="_blank"
href="http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemXmlXPathXPathNavigatorClassTopic.asp">
XPathNavigator</a>, avoiding all re-parsing costs.</li>
- <li><a href="Mvp.Xml.Common.XmlNodeListFactory.html">XmlNodeListFactory</a>:
+ <li><a href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_XmlNodeListFactory.html">XmlNodeListFactory</a>:
constructs <a
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemXmlXmlNodeListClassTopic.asp">XmlNodeList</a>
instances from <a
@@ -195,7 +195,7 @@
2.0. XslReader can work in either fully buffering or concurrent mode, is very
efficient and fast. Contributed by Sergey Dubinets from the <a href="http://blogs.msdn.com/xmlteam">
Microsoft XML Team</a>.</span></span></li>
- <li><span style="color: #ff3366">(since v2.0)</span> <a href="T_Mvp_Xml_Common_Xsl_MvpXslTransform.html">
+ <li><span style="color: #ff3366">(since v2.0)</span> <a href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_MvpXslTransform.html">
MvpXslTransform</a>: MvpXslTransform class extends capabilities of the
<nobr><A
href="http://msdn2.microsoft.com/en-us/library/System.Xml.Xsl.XslCompiledTransform.aspx"
@@ -214,15 +214,15 @@
href="http://msdn2.microsoft.com/en-us/library/System.Xml.XmlResolver.aspx"
target="sdk">XmlResolver</A></nobr>
.</li>
- <li><span style="color: #ff3366">(since v2.0) </span><a href="T_Mvp_Xml_Common_Xsl_IXmlTransform.html">
- IXmlTransform</a>, <a href="T_Mvp_Xml_Common_Xsl_XmlInput.html">XmlInput</a>, <a
- href="T_Mvp_Xml_Common_Xsl_XmlOutput.html">XmlOutput</a>: New experimental generic
+ <li><span style="color: #ff3366">(since v2.0) </span><a href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_IXmlTransform.html">
+ IXmlTransform</a>, <a href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_XmlInput.html">XmlInput</a>, <a
+ href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_XmlOutput.html">XmlOutput</a>: New experimental generic
XML transform interface. Defines an API for transforming
<nobr><A
- href="T_Mvp_Xml_Common_Xsl_XmlInput.html">XmlInput</A></nobr>
+ href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_XmlInput.html">XmlInput</A></nobr>
into
<nobr><A
- href="T_Mvp_Xml_Common_Xsl_XmlOutput.html">XmlOutput</A></nobr>
+ href="http://mvp-xml.sourceforge.net/api/2.0/T_Mvp_Xml_Common_Xsl_XmlOutput.html">XmlOutput</A></nobr>
.</li>
</ul>
<hr style="width: 100%; height: 2px;">
|