Re: Re: Extra functions to XPath

2007-06-08 Thread Indrajit Bhattacharya
Hi Dave, Thanks a lot for your reply. I could make it work. My requirement was that the external functions' namespace would be the same as that has been been mapped to the same prefix for the root document object. (I doubt I am not very clear in stating the above !!) I used the same namespace a

Re: Re: Extra functions to XPath

2007-06-05 Thread Indrajit Bhattacharya
Hi Dave, I want to achieve the following: I have a XercesDOM document object. There is an XPath expression like the following, for , say, one attribute's value: cube(id('id1')). Here, id() is the XPath function, id1 is the id of an element whose value is, say, 10. Cube is a function that I want

Re: Re: Extra functions to XPath

2007-02-19 Thread Indrajit Bhattacharya
Dave, Yes. But I see it uses .xsl file as input to the transform() function. Is there any other way of doing it without using .xsl and any other file ? Thanks for your reply. -Indrajit On Tue, 20 Feb 2007 David Bertoni wrote : >Indrajit Bhattacharya wrote: >>Hi, >> >>I have a query on XPath