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 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/ResultTreeFragment?

   Could someone give me an example for an external function returning a
NodeSet or a ResultTreeFragment?





Reply via email to