Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] XSLT on the server side

From: Dimitre Novatchev <dnovatchev@--------->
To:
Date: 9/2/2005 9:12:00 PM
> Saxon.NET might be useful if you want to integrate it more
> deeply into an existing .NET application. If XSLT 1.0 is OK, use the .NET
> XSLT processor (System.Xml.Xsl), or use MSXML3/4.

1. A word of warning:
AFAIK  it is not recommended to invoke MSXML3/4 under .NET because
MXSML has its own garbage collection, which messes up with the .NET
garbage collector and may suspend indefinitely the thread on which the
.NET GC runs.

A safe way to use MSXML3/4 from a .NET application is to run MSXML in
its own process and to communicate with it out-of-process.

2. In case the .NET XSLT processor (System.Xml.Xsl) is used, the way
to achieve an additional degree of portability is to use EXSLT.NET
rather than some native extension functions -- for example use EXSLT
set.node-set() and not msxsl:node-set().
Thus the xst code will be readily portable to any other XSLT 1.0
processor that supports EXSLT in the same way.

--
Cheers,
Dimitre Novatchev


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent