BizTalk Utilities CV ,   Jobs ,   Code library
 
Home Page


Add/Edit your code items
Search the code library
Browse for the code library


.NET and XML
How to read a XML file using XmlTextReader?
How to compare a XML element with XmlTextReader?
How to verify if an element is empty with XmlTextReader and IsEmptyElement?
How to check if the XML elements contains any attributes with XmlTextReader
How to avoid to read the XML declaration with XmlTextReader?
How to create a XML file with XmlTextWriter?
Is it possible to add attributes with XmlTextWriter?
How to Write a Comment to a XML File with XmlTextWriter and WriteComment?
How to add the XML Declaration with XmlTextWriter and WriteStartDocument?
How to use Indentation in XmlTextWriter?
What is the usage of WriteFullEndElement and how do I use?
How to include a CData block with XmlTextWriter and WriteCData?
How to write raw XML with XmlTextWriter?
How to add a namespace with the XmlTextWriter and WriteStartAttribute?
How to create a new xml file with XmlDocument?
How to create a xml on the fly?
How to use the Item property in XmlTextReader?
How to Create a Comment with XmlDocument and XmlComment?
How to Read a XML from a Stream with XmlTextReader?
How to Read a XML from a URL with the XmlTextReader?


 
 

<< XSLT 


By Oleg Tkachenko
First Posted 10/20/2003
Times viewed 190

EXSLT.NET 1.0


This post contains attachments
v20031020100746.zip 

Summary EXSLT implementation for .NET

On behalf EXSLT.NET team I'm glad to announce the first release of EXSLT.NET library.

EXSLT.NET library is free open source implementation of EXSLT [1] extensions to XSLT written in C# for .NET platform. EXSLT.NET fully implements the following EXSLT modules: Dates and Times, Common, Math, Regular Expressions, Sets and Strings. In addition EXSLT.NET provides proprietary set of useful extension functions.

Download EXSLT.NET 1.0 release at [2].

Features:<> - 62 supported EXSLT extension functions
- 8 proprietary extension functions
- Support for XSLT multiple output via exsl:document extension element
- Can be used not only in XSLT, but also in XPath-only environment
- Thoroughly optimized for speed implementation of set functions

Find more info at EXSLT.NET Workspace home page [3]. Any comments and bug reports are greatly appreciated.

EXSLT.NET is subject to GOTDOTNET WORKSPACES COMMERCIAL DERIVATIVES LICENSE [4].

[1] http://www.exslt.org
[2] http://www.gotdotnet.com/Community/Workspaces/viewUploads.aspx?id=201eb290-5bf0-4452-9bf7-d21d39268f36
[3] http://www.gotdotnet.com/Community/Workspaces/workspace.aspx?id=201eb290-5bf0-4452-9bf7-d21d39268f36
[4] http://www.gotdotnet.com/Community/Workspaces/License.aspx?id=201eb290-5bf0-4452-9bf7-d21d39268f36


Rate this article on a scale of 1 to 10 (0 votes, average 0)

Your vote :  

<< XSLT 





Leave a comment for this article
Your name
Your email (optional)
Your comment
Optional: Upload an attachment
Enter the code shown:

 
 

    Email TopXML