Xalan 2.5.1 on Win2K I am writing a Custom ContentHandler which extends the DefaultHandler. ALl events are firing but I can't seem to get any of the XSLT extension to work properly. The extension functions themselves seem to work (did a <xsl:message> and see that they work).
But the result of those extension function doesn't flow into my content handler. my extension function 'func' does return a string but i can't catch it in my content handler.. Thanks. eg. <foo:mystuff> <foo:morestuff>bar</foo:morestuff> <foo:notGettingThisOne><myExtension:func name="myparam" /></foo:notGettingThisOne> </foo:mystuff>
