xsl-list
[Top] [All Lists]

RE: converting flat xml data into heirarchy structure

2004-02-09 04:01:23
-----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



<Prev in Thread] Current Thread [Next in Thread>