Sign Up
Search
Options
search
Chat
Help
News
Log in
Not Logged in
Home
»
Boards
»
Stylus Studio Developer Network
»
XSLT Help and Discussion
»
XSLT question
Conferences
Stylus Studio Feature Requests
(1192)
Stylus Studio Technical Forum
(14621)
Website Feedback
(249)
XSLT Help and Discussion
(7625)
Use of before and after string
(3)
How do I substitute element ty...
(1)
How does one add working days ...
(4)
Help, I have existing XLT and...
(1)
Need help on XSLT issue -
(2)
EDI to XML Conversion
(7)
XML To JSON Conversion using X...
(1)
Formatting Paragraphs to same ...
(2)
Grouping of records
(1)
Problems with xsd 1.1
(4)
XML to HL7 mapping
(3)
XSLT 3 and Iterate
(2)
XSL-FO to PDF preview
(3)
java.lang.RuntimeException: Er...
(2)
Create Acroforms with Stylus X...
(2)
How to change XSLT parameter s...
(3)
how to change format of the da...
(2)
Search "Next 8 Results " doesn...
(2)
Support for Git
(1)
newbee
(8)
[1-20]
[21-40]
[41-60]
Next
XQuery Help and Discussion
(2017)
Stylus Studio FAQs
(159)
Stylus Studio Code Samples & Utilities
(364)
Stylus Studio Announcements
(113)
Topic
next
Subject:
XSLT question
Author:
amhi craig
Date:
05 Dec 2007 08:35 PM
I have a source and a resultant xml.Can someone provide me with an xslt for this scenario.
Source
-------
<table>
<tableData>
<row>
<a>cat A</a>
<a>Asomestring1</a>
<a>Asomeotherstring1</a>
<b>Asomedata1</b>
<b>Asomeotherdata1</b>
</row>
<row>
<a>cat B</a>
<a>Bsomestring1</a>
<a>Bsomeotherstring1</a>
<b>Bsomedata1</b>
<b>Bsomeotherdata1</b>
</row>
<row>
<a>cat A</a>
<a>Asomestring2</a>
<a>Asomeotherstring2</a>
<b>Asomedata2</b>
<b>Asomeotherdata2</b>
</row>
<row>
<a>cat A</a>
<a>Asomestring3</a>
<a>Asomeotherstring3</a>
<b>Asomedata3</b>
<b>Asomeotherdata3</b>
</row>
<row>
<a>cat B</a>
<a>Bsomestring2</a>
<a>Bsomeotherstring2</a>
<b>Bsomedata2</b>
<b>Bsomeotherdata2</b>
</row>
</tableData>
</table>
Resultant
------------
<rows>
<row>
<cell>cat A</cell>
<row><cell>Asomestring1</cell><cell>Asomeotherstring1</cell><cell>Asomedata1</cell><cell>Asomeotherdata1</cell></row>
<row><cell>Asomestring2</cell><cell>Asomeotherstring2</cell><cell>Asomedata2</cell><cell>Asomeotherdata2</cell></row>
<row><cell>Asomestring3</cell><cell>Asomeotherstring3</cell><cell>Asomedata3</cell><cell>Asomeotherdata3</cell></row>
<row></row>
</row>
<row>
<cell>cat B</cell>
<row><cell>Bsomestring1</cell><cell>Bsomeotherstring1</cell><cell>Bsomedata1</cell><cell>Bsomeotherdata1</cell></row>
<row><cell>Bsomestring2</cell><cell>Bsomeotherstring2</cell><cell>Bsomedata2</cell><cell>Bsomeotherdata2</cell></row>
</row>
</rows>
top
Subject:
XSLT question
Author:
(Deleted User)
Date:
06 Dec 2007 09:55 AM
Hi,
have you tried using Mapper to perform this translation? After all, it looks like you just have to convert 'a' and 'b' into 'row'...
Alberto
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.