> We are trying to implement that extension to meet one of our > project's requirements. We found that Xalana Java parser > is using executeChildTemplates function to execute children > of XSL element. Please inform us about similar method in > Xalan C++ API.
Since Xalan-C++ does not support extension elements, there is no way to explicitly execute the children of a template from user code. Dave
