Quantcast
Channel: XML, System.Xml, MSXML and XmlLite forum
Viewing all articles
Browse latest Browse all 935

Transform one XML format to another XML format using XSLT

$
0
0

Hi ,

Need help to write XSLT can translate one XML format to another XML format.

INPUT

-----------------------

<Response>

<RItemList>

<Items>

<ItemName> TAG1</ItemName>

<Date>2014-01-01</Date>

<Value>123</Value>

</Items>

</RItemList>

</Response>

OUTPUT

----------------------

<ReadResponse>

<RItemList>

<Items ItemName = "TAG1" Date = "2014-01-01">

<Value>123</Value>

</Items>

</RItemList>

</ReadResponse>

I need this XSLT ASAP .

Thank You in Advance.

Regards,

Pragnya


Viewing all articles
Browse latest Browse all 935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>