Re: External Function Xalan-C++

2001-08-20 Thread Paul_Dick
Holger, See the Usage patterns section http://xml.apache.org/xalan-c/extensionslib.html#nodeset. The nodeset function will parse a Result Tree Fragment into a nodeset. The actual code implemented in FunctionNodeSet should give you some ideas on how to do what you need. Paul Hi, I woul

External Function Xalan-C++

2001-08-20 Thread Holger Flörke
Hi, I would like to implement an external function for Xalan-C++ 1.2. The function should receive some paremeter and return a NodeSet. This NodeSet to return is my problem. Do I have to return a NodeSet or a ResultTreeFragment? What is the right way doe instantiate such a NodeSet/ResultTre