nxslt 1.1 released

| No Comments | 4 TrackBacks

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.

Related Blog Posts

4 TrackBacks

TrackBack URL: http://www.tkachenko.com/cgi-bin/mt-tb.cgi/10

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

nxslt 1.1 released Read More

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

nxslt 1.1 Released Read More

http://www.xsltblog.com/
一个关注于 XSLT 的 Blog, 由 M. David Peterson 维护.

http://www.xamlon.com/
今天看到的, XAML 让我很兴奋, 和我设想的 XSML 非常相似, 只是运行方式不一样(XAMLON 需要 .NET 支

Read More

http://www.xsltblog.com/
一个关注于 XSLT 的 Blog, 由 M. David Peterson 维护.

http://www.xamlon.com/
今天看到的, XAML 让我很兴奋, 和我设想的 XSML 非常相似, 只是运行方式不一样(XAMLON 需要 .NET 支

Read More

Leave a comment