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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   XML to XML using XSL: help

[ Lists Home | Date Index | Thread Index ]

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




 

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

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