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
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
- Stylus Studio Technical Forum (14621)
-> + How to reset JVM (to another j... (2)
-> + How to generate XML sample dat... (2)
-> + Document Path reference after ... (4)
-> + concatenate with xquery (6)
-> + i want to capture the xml tag ... (3)
-> + "View Sample XML" in schema an... (2)
-> + Can't get to Toolbar settings ... (2)
-> + SOAPException (3)
-> + how to patch xml files with wr... (2)
-> + wysiwug xslt editor (2)
-> + XML to Google Charts (10)
-> + XML to HL7 (2)
-> - Outputting this XML (1)
-> + Interpreting XSD Error Message... (2)
-> + converter EDI --> typ = no (8)
-> + License issue (7)
-> + One of the simplest questions ... (3)
-> + xQuery transformation encounte... (2)
-> + Schema Evolution (2)
-> + Preview in Browser button gray... (4)
-- Previous [721-740] [741-760] [761-780] Next
+ Website Feedback (249)
+ XSLT Help and Discussion (7625)
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
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.

   
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.