Hi;
If I call Node.selectNodes("select * from demo
where demoId = 6"), it will return an iterator the returns true for hasNext().
But when you call next() it throws an exception.
Any idea how to test for this?
thanks - dave
ps - I know this is sql and not xpath - but I have
a program where I can get both sql and xml so I try the xml first and if it
fails I try the sql.
|
- [dom4j-user] Re: [dom4j-dev] Major bug David Thielen
- [dom4j-user] Re: [dom4j-dev] Major bug Alessandro Vernet
- Re: [dom4j-user] Re: [dom4j-dev] Major bug David Thielen
- Re: [dom4j-user] Re: [dom4j-dev] Major bug Alessandro Vernet