RE: [xsl] converting flat xml data into heirarchy structure

Subject: RE: [xsl] converting flat xml data into heirarchy structure
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Mon, 9 Feb 2004 12:01:23 +0100
> -----Original Message-----
> From: Stuart Brown
>
> Try this. It creates a key of all elements indexed by their @parent_id
> attribute, and you can then use a recursive template to copy an
> element, but
> within it test for and grab all its children (as obtained by the key).
>
> <xsl:key name="byParent" match="scope" use="@parent_id"/>
>

Indeed a very good idea. I like the key-part, but I think the recursive
call-template is unnecessary.

Cheers,

Andreas


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread