Update of /cvsroot/mvp-xml/WebSite/exslt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2936/exslt
Modified Files:
index.html
Log Message:
Index: index.html
===================================================================
RCS file: /cvsroot/mvp-xml/WebSite/exslt/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.html 2 Nov 2005 13:21:27 -0000 1.2
+++ index.html 26 Nov 2005 22:03:49 -0000 1.3
@@ -41,7 +41,8 @@
Version 2.0 is the first EXSLT.NET release for the .NET 2.0 Framework. What's new
in this version:</p>
<ul>
- <li>EXSLT.NET now works with new .NET 2.0 XSLT processor - XslCompiledTransform class</li>
+ <li>EXSLT.NET now works with new .NET 2.0 XSLT processor - <a href="http://www.google.com/url?sa=U&start=1&q=http://msdn2.microsoft.com/library/ms163414(en-us,vs.80).aspx&e=9797">
+ XslCompiledTransform</a> class</li>
<li>Performance improvements</li>
</ul>
<h2>2<a name="install">. Installation</a></h2>
@@ -59,7 +60,7 @@
utility for testing EXSLT.NET in XPath-only environment, and <font
face="Courier New">MethodRenamer</font> - auxiliary command line
utility for EXSLT.NET assembly building.</p>
-<p>All the projects can be build in Visual Studio .NET 2003. Note, that
+<p>All the projects can be build in Visual Studio .NET. Note, that
due to implementation details we are using custom script hooked to
Visual Studio .NET post-build event. In this script, which you can find
in <font face="Courier New">Exslt</font> project properties, we
@@ -67,13 +68,6 @@
face="Courier New"> .Exslt.dll</font> assembly, rename methods (e.g.
from <font face="Courier New">dateTime()</font> to <font
face="Courier New">date-time()</font>) and assemble it back.</p>
-<p>You can also build EXSLT.NET in command line using provided <font
- face="Courier New"> Makefile</font> files. To build any of EXSLT.NET
-projects, run command prompt (use Visual Studio Command
-Prompt or make sure <font face="Courier New"> csc.exe</font>, <font
- face="Courier New">ildasm.exe</font> and <font face="Courier New">ilasm.exe</font>
-are in your PATH), change directory to a project directory and run
-<font face="Courier New"> nmake</font>.</p>
<h2>4<a name="usage">. Usage</a></h2>
<p>Typically you are using EXSLT.NET module in your application
via <code><font face="Courier New"> Mvp.Xml</font>.Exslt.ExsltTransform</code>
|