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)
-> + converter:EDI:val=no AND chr=.... (4)
-> + [XQuery][DB2 JDBC Driver]Unsu... (2)
-> - Need Help Create XML file thro... (4)
-> ->Need Help Create XML file...
-> ->Need Help Create XML file...
-> ->Need Help Create XML file...
-> + Flat file to XML conversion in... (5)
-> + How to set delimiters if it's ... (4)
-> + XSD Validation failing (4)
-> + XSD Validation failing (2)
-> + Web Service Call cannot retrie... (7)
-> + Flat file conversion to XML (2)
-> + Stylus Studio crash (5)
-> + Stylus Studio No Longer loads (2)
-> + How do I print in color? (2)
-> + Integrating Documentum WebPubl... (2)
-> + Stylus Studio crashes on openi... (4)
-> + Change format of XML output fo... (3)
-> + XSLT mapper / Source file not ... (7)
-> + Stylus Studio crashes on start... (3)
-> + Loading GML3.1 (3)
-> + NullPointerException when runn... (5)
-> + Can not open Stylus Studio (3)
-- Previous [781-800] [801-820] [821-840] 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.