Sign Up
Search
Options
search
Chat
Help
News
Log in
Not Logged in
Home
»
Boards
»
Stylus Studio Developer Network
»
Stylus Studio Technical Forum
»
Need Help Create XML file through XSLT
Topic
Topic Page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Prev Topic
Next Topic
next
Subject:
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
next
Subject:
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.
next
Subject:
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
top
Subject:
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
Prev Topic
Next Topic
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 to Conference:
Select Conference
Stylus Studio Feature Requests
Stylus Studio Technical Forum
Website Feedback
XSLT Help and Discussion
XQuery Help and Discussion
Stylus Studio FAQs
Stylus Studio Code Samples & Utilities
Stylus Studio Announcements
go
Log In Options
Username:
Password:
Site Map
|
Privacy Policy
|
Terms of Use
|
Trademarks
Stylus Scoop XML Newsletter:
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.