[
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>
|