Need some more info to see through The extension function declaration in xsl and The call of the same in xsl.
Thanks Sushy -----Original Message----- From: Kai Hackemesser [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 5:37 AM To: xalan-j-users@xml.apache.org Subject: problem with java extension Hi there! I'm working with default Xalan from JDK 1.4.2 (which version is that BTW?) I'm using Eclipse with OxygenXML Plugin for debugging. I wrote an extension class which should return a document fragment containing some xml elements. The method is called and the debugger shows me a #document node having a #text child. But the Logger I used inside the extension class shows me that I was returning indeed a document with a document root node holding some child nodes holding #text nodes. Did I miss something about return values from extension classes? Kind regards, Kai