> I don't have a solution, but I would be interested to know the use case?
Thomas, We have many (1000+) pages of different types, types are represented by different nodetypes. When displayed, a page should contain a link to the previous and next page. In our case pages will not be added dynamically, so I can use a lookup table now. Marcus. -----Ursprüngliche Nachricht----- Von: Brian Thompson [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Juli 2007 22:20 An: [email protected] Betreff: Re: neighboring node In my case, it was a web app where each sibling node corresponded to a page being displayed, and we needed a paging mechanism (the pages formed a training course). -Brian On 7/26/07, Thomas Mueller <[EMAIL PROTECTED]> wrote: > > Hi, > > > what do you think is the best way to get the neighbor (=next/previous > > sibling) of a Node? > > I don't have a solution, but I would be interested to know the use case? > > Thanks, > Thomas >
