xml to xml [modified]
-
Hi, i need to convert a raw xml file into another xml file using xslt. I have no idea how to achieve the desire output. Can anyone provide an example? Thanks. Input xml:
header name1 result1 header name2 result2 result22 reading name3 result3 reading name4 result4 result5
The final xml will be like this:
name1 result1 name2 result2 result2
name3 result3 name4 result4 result5
modified on Monday, August 25, 2008 11:25 AM
-
Hi, i need to convert a raw xml file into another xml file using xslt. I have no idea how to achieve the desire output. Can anyone provide an example? Thanks. Input xml:
header name1 result1 header name2 result2 result22 reading name3 result3 reading name4 result4 result5
The final xml will be like this:
name1 result1 name2 result2 result2
name3 result3 name4 result4 result5
modified on Monday, August 25, 2008 11:25 AM
Member 4703966 wrote:
I have no idea how to achieve the desire output.
Anyone who is a beginner would be in that same situation. Rather than ask someone to do it for you, you should be learning the XML/XSLT technology, that's what a developer does.
Member 4703966 wrote:
Can anyone provide an example?
There are many examples on the internet. Try the Top XML site and www.w3schools.com, both have great tutorials with sample/example code.
led mike
-
Hi, i need to convert a raw xml file into another xml file using xslt. I have no idea how to achieve the desire output. Can anyone provide an example? Thanks. Input xml:
header name1 result1 header name2 result2 result22 reading name3 result3 reading name4 result4 result5
The final xml will be like this:
name1 result1 name2 result2 result2
name3 result3 name4 result4 result5
modified on Monday, August 25, 2008 11:25 AM