Re: [xsl] Calling C++ from XSLT

Subject: Re: [xsl] Calling C++ from XSLT
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Mon, 07 Nov 2011 19:25:31 +0100
Franck Houssen wrote:

Is it possible to call a C++ code (or function) from an XSLT sheet ?

An XSLT processor implemented in C++ might allow you to implement extension functions in C++, for instance Xalan allows that:
http://xml.apache.org/xalan-c/extensions.html
Such an extension function should then be able to call into other C++ code.



--


	Martin Honnen --- MVP Data Platform Development
	http://msmvps.com/blogs/martin_honnen/

Current Thread