Re: sorting, was: Version 3.0 now available!
Brought to you by:
bs_php,
nigelswinson
From: Peter R. <php...@pe...> - 2002-05-14 10:29:07
|
> > Imagine you want to build a table-of-contents for an XHTML page. > > The most reasonable expression to me seems to be: > > //h1 | //h2 | //h3 | //h4 | //h5 | //h6 > > and then process this e.g. building a nested list. can you not use starts-with("h") function to return them all in one node-set? |