Re: Using javax.xml.xpath

2007-12-11 Thread Thorsten Scherler
On Tue, 2007-12-11 at 14:48 +0100, Sina K. Heshmati wrote: ... > OK, that's what I wanted to know. Thanks for your time! Thanks for sticking with me and yours. salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, tra

Re: Using javax.xml.xpath

2007-12-11 Thread Sina K. Heshmati
Thorsten Scherler <[EMAIL PROTECTED]> said: > On Tue, 2007-12-11 at 14:15 +0100, Sina K. Heshmati wrote: > ... > >> OK. So I suspect we should stop using an attribute called @xpath as it turns >> out >> to be misleading since there however exists only two possible positions, >> namely >> /html/

[Fwd: Re: Using javax.xml.xpath]

2007-12-11 Thread Thorsten Scherler
-- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --- Begin Message --- On Tue, 2007-12-11 at 14:15 +0100, Sina K. Heshmati wrote: ... > OK. So I suspect we should stop using an attribute called @x

Re: Using javax.xml.xpath

2007-12-11 Thread Sina K. Heshmati
Thorsten Scherler <[EMAIL PROTECTED]> said: > On Tue, 2007-12-11 at 11:54 +0100, Sina K. Heshmati wrote: >> Thorsten Scherler said: >> >> > On Mon, 2007-12-10 at 19:45 +0100, Sina K. Heshmati wrote: >> >> >> >> I've written a contract that generates an issue summary. >> > >> > How does this contra

Re: Using javax.xml.xpath

2007-12-11 Thread Thorsten Scherler
On Tue, 2007-12-11 at 11:54 +0100, Sina K. Heshmati wrote: > Thorsten Scherler said: > > > On Mon, 2007-12-10 at 19:45 +0100, Sina K. Heshmati wrote: > >> Thorsten, > >> > >> I've written a contract that generates an issue summary. > > > > How does this contract look like? > > > Here's the plugi

Re: Using javax.xml.xpath

2007-12-11 Thread Sina K. Heshmati
Thorsten Scherler said: > On Mon, 2007-12-10 at 19:45 +0100, Sina K. Heshmati wrote: >> Thorsten, >> >> I've written a contract that generates an issue summary. > > How does this contract look like? > Here's the plugin code [2]. The contract is called 'baetle-issue-summary' and can be found in

Re: Using javax.xml.xpath

2007-12-10 Thread Thorsten Scherler
On Mon, 2007-12-10 at 19:45 +0100, Sina K. Heshmati wrote: > Thorsten, > > I've written a contract that generates an issue summary. How does this contract look like? > The result should be dispatched in the sidebar but it fails because it cannot > create a node --poor XPath support [1]. How