Re: [xsl] SQL BTree to XML Tree?

Subject: Re: [xsl] SQL BTree to XML Tree?
From: drkm <fgeorges.spam@xxxxxxxxx>
Date: Wed, 18 Jan 2006 14:31:33 +0100
On 1/18/06, drkm wrote:

>   You apply the template to your root 'item'.  In the 'item' template
> rule, you apply template to "../item[id=current()/lh]" and then to
> "../item[id=current()/rh]".

  I didn't look enough carefully at your sample table data, and
thought 'lh' and 'rh' were references to record ID to simulate a
binary tree hierarchy.  But the Michael's post saw me my error and
named the SQL technique used here : Celko's.

  Sorry for the noise,

--drkm

Current Thread