March 31, 2003

nxslt 1.1 released

nxsltI have released nxslt version 1.1.

nxslt is .NET XSLT command line utility, written in C#.

Timings are now more accurate, I'm using System.Diagnostics.PerformanceCounter class now.

Two new features: custom URI resolver and multiple output.

First one is trivial - it's now possible to provide a resolver class name to resolve URI's in xsl:include, xsl:import elements and document() function. So basically nxslt is ready for XML Catalogs, lets just wait till any .NET implementation appears. Actually I have considered to implement it, but decided XInclude.NET project looks more interesting to me at the moment.

Multiple output - using partially supported exsl:document extension element it's now possible to create multiple result documents in one transformation run. Extremely powerful stuff, believe me. I would like not to unveil implementation details though (haha, it's open source) as I'm going to publish an article about it.

So enjoy. nxslt can be used in command line or integrated into IDE, such as XML Spy or Xselerator. btw, wouldn't it be nice to intergate it with VS.NET? I imagine one-click XSLT transformation inside VS.NET XML editor for instance.

March 31, 2003 12:47 PM | #.NET , #XSLT
Comments
Post a comment




Remember Me?

Trackback Pings

Listed below are links to weblogs that reference this post:

nxslt 1.1 released from Kirk Allen Evans' Blog
Tracked on March 31, 2003 8:10 PM

nxslt 1.1 Released from Kirk Allen Evans' Blog
Tracked on April 9, 2003 2:52 AM

一些 XSLT 的资源 from LeXRus
Tracked on December 15, 2004 7:39 PM

一些 XSLT 的资源 from LeXRus
Tracked on December 15, 2004 7:39 PM