- From: Jonathan Robie <jonathan.robie@datadirect-technologies.com>
- Date: Thu, 06 Mar 2003 09:22:06 -0500
- To: MW <onlymails@gmx.net>, public-qt-comments@w3.org
At 05:43 AM 3/6/2003 +0100, MW wrote: >I hope, somebody will read this post and will remove this big, fat BUG ;-) Yes, I had already fixed it - but I'm changing it again, because I really like the solution you provided below: >{-- not using local-name() --} >define function toc($book as element) as element* >{ > for $section in $book/section, > $title in $section/title > return > <section> > { $section/@* , $title , toc($section) > } > </section> >} I will probably use that one. Jonathan
Received on Thursday, 6 March 2003 09:22:15 UTC