xsl-list
[Top] [All Lists]

Re: [xsl] Calling C++ from XSLT

2011-11-07 12:25:46
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>