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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] XSLT - adding tag to a flat document structure

[ Lists Home | Date Index | Thread Index ]

Where's the problem? You don't know XSLT or you don't see how to do it.

You have several ways of doing it... How you're input will be modified in
the future?

-----Message d'origine-----
De : D Tom [mailto:xml4u2002@yahoo.com]
Envoye : jeudi 25 septembre 2003 16:59
A : xml-dev@lists.xml.org
Objet : [xml-dev] XSLT - adding tag to a flat document structure


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

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>






 

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

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