[
Lists Home |
Date Index |
Thread Index
]
Hi
I need to maintain the hierarchical grouping method
using XSLT.
How to convert the following input to hirearchical
output using XLST.
Please Advice.
Input:
========
<Main>main</Main>
<Sub1>sub1</Sub1>
<Sub2>sub 2</Sub2>
<Sub2>sub 2</Sub2>
<Sub1>sub 1</Sub1>
<Sub2>sub 2</Sub2>
<Sub2>sub 2</Sub2>
Output
========
<Main>main
<Sub1>sub1
<Sub2>sub 2</Sub2>
<Sub2>sub 2</Sub2>
</Sub1>
<Sub1>sub 1
<Sub2>sub 2</Sub2>
<Sub2>sub 2</Sub2>
</Sub1>
</Main>
Regards
Tom
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
|