You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Yiu <yi...@ecvision.com> on 2000/12/19 08:50:13 UTC

Help about C++ extension class in xalan

hi,

im using xalan for xslt, together using an own  java class extension inside a xslt.
but now i want to use a c++ class instead of a java class for implementation in order to improve
performance.

now the question is how can i make use of (call) the c++ class in a xsl file.
i found it's not a simple case as an extension function.

thank in advance.