Re: [xsl] Xalan + Java Extension Class: How to return a new nodeset with new nodes?

Subject: Re: [xsl] Xalan + Java Extension Class: How to return a new nodeset with new nodes?
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Mon, 21 May 2007 12:06:42 +0200
From what I understand from the documentation is that all you need to do is return any one of the following objects:

org.w3c.dom.traversal.NodeIterator
org.apache.xml.dtm.DTM
org.apache.xml.dtm.DTMAxisIterator
org.apache.xml.dtm.DTMIterator
org.w3c.dom.Node

but that is straight from the documentation, so perhaps you have tried that already. If you still have trouble, you may have more luck on the Xalan mailing list: xalan-j-users@xxxxxxxxxx (send a message to xalan-j-users-subscribe@xxxxxxxxxx) for Xalan specific questions (this list is XSLT/XSL-FO generic).

Cheers,
-- Abel

Kai Hackemesser wrote:
Hi there,

Has anybody a hint where to find an example how to return a nodeset with new created nodes in a java extension class for Xalan? In special the part of node creation. (JDK 1.4.2)

thanks!
Kai

Current Thread