xsl-list
[Top] [All Lists]

RE: Convert xml to another xml structure.

2005-11-17 04:56:05
You can find an XSLT 2.0 solution to this problem in

http://www.idealliance.org/proceedings/xml04/papers/111/mhk-paper.html

Michael Kay
http://www.saxonica.com/ 

-----Original Message-----
From: Arulraj [mailto:p_arulraj(_at_)yahoo(_dot_)com] 
Sent: 17 November 2005 05:18
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Convert xml to another xml structure.

Hi, 

I have the following XML element.

<X1 level=1/>
<X2 level=2/>
<X3 level=3/>
<X3 level=3/>
<X2 level=2/>
<X3 level=3/>
<X2 level=2/>

Is it possible to arrange this XML to the following
XML element using XSL and using level attributes.

<X1 level=1>
 <X2 level=2>
   <X3 level=3/>
   <X3 level=3/>
 </X2>
 <X2 level=2> 
   <X3 level=3/>
 </X2>
 <X2 level=2/>
</X1>

Regards,
Raj


              
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--