RE: Extension function example

2004-05-10 Thread Srinivas . Gadudasu
Title: RE: Extension function example Per Jessen,   Thanks a lot for the hint.   I was able to complete this function by,   1. Obtain a BorrowReturnMutableNodeRefList, like XPathExecutionContext::BorrowReturnMutableNodeRefList brMNRL(executionContext);   2. Add nodes of XalanNode to it

Re: Extension function example

2004-05-10 Thread Per Jessen
[EMAIL PROTECTED] wrote: > Has anyone written such an extension function? If so, could you share the > structure that Xalan expects for a node-set from an Extension Function. Hi Srini, take a look at the node-set function that is part of XalanC. Look in xml-xalan/c/src/xalanc/XalanExtensions/F

Extension function example

2004-05-06 Thread Srinivas . Gadudasu
Title: Extension function example I am trying to implement an extension function that returns a set of nodes to be used by > to iterate over. I am using Xalan 1.7 with Xerces 2.4. I am returning a list of nodes (of a class derived from XalanNode,) but  the body of is executed only o