xsl-list
[Top] [All Lists]

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

2007-05-23 11:18:10
Hi Kai,

The following classes can be used to represent a node set

org.w3c.dom.traversal.NodeIterator
org.apache.xml.dtm.DTM
org.apache.xml.dtm.DTMAxisIterator
org.apache.xml.dtm.DTMIterator
org.w3c.dom.Node
and org.w3c.dom.DocumentFragment can be used to represent a result-tree
fragment.
I would think that the NodeIterator and Node interfaces could be used for
both to return nodes from the input document and to return newly created
nodes.
You can  take a look at this URL <
http://xml.apache.org/xalan-j/extensions.html> for some examples and more
information.

Regards,

Atosa Khoddamhazrati



                                                                           
             Kai Hackemesser                                               
             <kaha(_at_)gmx(_dot_)de>                                           
      
                                                                        To 
             21/05/2007 05:40          
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com     
             AM                                                         cc 
                                                                           
                                                                   Subject 
             Please respond to         [xsl] Xalan + Java Extension Class: 
             xsl-list(_at_)lists(_dot_)mu         How to return a new nodeset 
with    
              lberrytech.com           new nodes?                          
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




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>