|
Subject: [xsl] flat xml to full tree with no repeating From: Steve Lenhart <slenhart@xxxxxxxxxxxx> Date: Wed, 22 Sep 2004 14:48:29 -0400 |
<employee>
<uid>ceo</uid>
<manager-uid></manager-uid>
</employee> <employee>
<uid>vp-1</uid>
<manager-uid>ceo</manager-uid>
</employee> <employee>
<uid>vp-2</uid>
<manager-uid>ceo</manager-uid>
</employee> <employee>
<uid>vp-1-secratary</uid>
<manager-uid>vp-1</manager-uid>
</employee> <employee>
<uid>vp-1-assistant</uid>
<manager-uid>vp-1</manager-uid>
</employee> <employee>
<uid>vp-1-secratary2</uid>
<manager-uid>vp-1</manager-uid>
</employee> <employee>
<uid>vp-1-secretary2assistant</uid>
<manager-uid>vp-1-secratary2</manager-uid>
</employee>
<employee> <uid>vp-2-secretary</uid> <manager-uid>vp-2</manager-uid> </employee>
</employees> --------
<?xml version="1.0"?>
<nodes>
<node>
<top>ceo</top>
<node>
<bottom>vp-1</bottom>
<node>
<bottom>vp-1-assistant</bottom>
</node>
<node>
<bottom>vp-1-secratary</bottom>
</node>
<node>
<bottom>vp-1-secratary2</bottom>
<node>
<bottom>vp-1-secretary2assistant</bottom>
</node>
</node>
</node>
<node>
<bottom>vp-2</bottom>
<node>
<bottom>vp-2-secretary</bottom>
</node>
</node>
</node>
</nodes>
-------
Steve Lenhart <slenhart@xxxxxxxxxxxx> Corporate IT Department Teleflex Incorporated
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] flat xml to full tree with no, steve | Thread | Re: [xsl] flat xml to full tree wit, Anton Triest |
| Re: [xsl] Where are xsl:messages se, Josh Canfield | Date | Re: [xsl] Alternative to xsl:choose, Josh Canfield |
| Month |