|
Subject: Generate Hierarchical Tree from non-hierarchical XML From: Dawinder Khehra <dskhehra@xxxxxxxxx> Date: Thu, 17 Aug 2000 08:13:23 -0700 (PDT) |
Here is the XML
<employees>
<employee>
<id>1</id>
<name>John 1</name>
<manager/>
</employee>
<employee>
<id>4</id>
<name>John 4</name>
<manager>1</manager>
</employee>
<employee>
<id>3</id>
<name>John 3</name>
<manager>1</manager>
</employee>
<employee>
<id>2</id>
<name>John 2</name>
<manager>3</manager>
</employee>
</employees>
Output needed is
John 1
John 3
John 2
John 4
Please help in writing XSL for ie5.
Thanks!
__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: XPath query to recurse up the t, Kevin Williams | Thread | RE: Generate Hierarchical Tree from, Ben Robb |
| RE: XPath query to recurse up the t, Kevin Williams | Date | Re: Merging and Quines, Paul_Dick |
| Month |