xsl-list
[Top] [All Lists]

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

2007-05-21 03:09:10
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(_at_)apache(_dot_)org (send a message to xalan-j-users-subscribe(_at_)apache(_dot_)org) 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>