[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

ANN: .NET XSLT command line utility, version 1.1

Subject: ANN: .NET XSLT command line utility, version 1.1
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 31 Mar 2003 12:35:10 +0200
ann.net
Hello!

I'm glad to announce version 1.1 of nxslt - .NET XSLT command line utility.

Changes since version 1.0:
- improved transformation timings measurement
- support for custom URI resolver to be used in xsl:include/xsl:import
instructions and document() function
- support for multiple result documents through partial support of
exsl:document element [1]

Requirements
nxslt is .NET Framework application, written in C# language and requires
.NET Framework version 1.0 to be installed.

Download
nxslt is freely available for download in precompiled Windows executable
form and in source code (complete Microsoft Visual Studio .NET C# project):
nxslt home:
http://www.tkachenko.com/dotnet/nxslt.html
GotDotNet site:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=f63837a2-161e-4f4a-8d3e-310ba9bd774d

Custom URI resolver
-r option allows to provide custom URI resolver class name to be used in
xsl:include/xsl:import instructions and document() function. -af and -an
options allows to specify assembly file or name, where the specified resolver
class can be found:

nxslt.exe source.xml style.xsl -r Acme.Resolvers.CacheResolver \
    -af d:\acme\CacheResolver.dll

or (when an assembly is installed into the GAC):

nxslt.exe source.xml style.xsl -r Acme.Resolvers.CacheResolver \
    -an CacheResolverAssemblyName

Multiple Result Documents
When -mo option is specified, nxslt recognizes exsl:document extension element, which allows to create multiple result documents in one transformation run. Note that only "xml" and "text" output methods are supported in this version.
Supported subset of the exsl:document element attributes:
<exsl:document
href = { uri-reference }
method = { "xml" | "text" }
encoding = { string }
standalone = { "yes" | "no" }
doctype-public = { string }
doctype-system = { string }
indent = { "yes" | "no" }
<-- Content: template -->
</exsl:document>


More info available at http://www.tkachenko.com/dotnet/nxslt.html.

[1] http://www.exslt.org/exsl/elements/document/index.html
--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.