Oxygen XML Editor
 
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] transforming siblings to a hierarchy


Subject: [xsl] transforming siblings to a hierarchy
From: "John Smith" <debrief@xxxxxxxxx>
Date: Sat, 1 Sep 2007 15:13:03 +0100

Hello,

How can change the following:

<a/>
<plus/>
<b/>
<minus/>
<c/>
<plus/>
<d/>
<plus/>
<e/>

To the following:


<addition>
    <addition>
        <takeaway>
            <addition>
                <a/>
                <b/>
           </addition>
           </c>
        </takeaway>
        <d/>
    </addition>
</addition>

Many thanks,
John


Current Thread
 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor