XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
kaushal vermaSubject: Need Help Create XML file through XSLT
Author: kaushal verma
Date: 29 Jul 2009 08:20 AM
i have to create a xml document from another xml document via XSLT.

This is input xml document

<DocumentElement>
<ReportSummary>
<ID>111111</ID>
<Code>1</TypeCode>
<Amount>1100</Amount>
</ReportSummary>
<ReportSummary>
<ID>111111</ID>
<Code>2</TypeCode>
<Amount>1200</Amount>
</ReportSummary>
<ReportSummary>
<ID>222222</ID>
<Code>1</TypeCode>
<Amount>2100</Amount>
</ReportSummary>
<ReportSummary>
<ID>222222</ID>
<Code>2</TypeCode>
<Amount>2200</Amount>
</ReportSummary>
</DocumentElement>

And the output XML should be like the below.
In output XML, "ReportSummary" element should be create against the unique "ID" and child element(FirstAmount and SecondAmount) should be create on the nasis of "Code"

<DocumentElement>
<ReportSummary>
<ID>111111</ID>
<FirstAmount>1100</FirstAmount>
<SecondAmount>1200</SecondAmount>
</ReportSummary>
<ReportSummary>
<ID>222222</ID>
<FirstAmount>2100</FirstAmount>
<SecondAmount>2200</SecondAmount>
</ReportSummary>
</DocumentElement>

Please provide the XSL file that will generate the above output XML file.

Thanks in Advance.
Kaushal Verma

Postnext
Tony LavinioSubject: Need Help Create XML file through XSLT
Author: Tony Lavinio
Date: 29 Jul 2009 09:21 AM
Which version of Stylus Studio are you using?

General XSLT questions are best asked on xsl-list run by
Mulberry Technologies.

Postnext
kaushal vermaSubject: Need Help Create XML file through XSLT
Author: kaushal verma
Date: 29 Jul 2009 09:28 AM
Hi Tonny,

i want to convert XML into another XML documnet via XSLT in .Net framework 2.0

Posttop
Tony LavinioSubject: Need Help Create XML file through XSLT
Author: Tony Lavinio
Date: 31 Jul 2009 09:11 AM
This is the support forum for users of Stylus Studio.

If you are not using Stylus Studio, please use another forum, such
as that already mentioned.

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.