[Home] [By Thread] [By Date] [Recent Entries]


I have an XML like this. 

<Criteria>
 <Messages Code="SSS" Message_Text="Congrats!" /> 
 <Messages Code="JJJ" Message_Text="Bad Luck"/> 
<Criteria>

Can someone help me in transforming into the following
using XSL. I want to use XSL and transform this into
XML like below.

<Criteria>
 <Messages>
  <Message code="APF">Congrats!</Message> 
  <Message code="JJJ">Bad Luck!</Message>
 </Messages>
</Criteria>

Appreciate any help. Thanks in Advance.
Nischal

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member