OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   XSLT - adding tag to a flat document structure

[ 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




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS