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

Reply via email to