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
Topic
Topic Page
1
2
3
4
5
6
7
8
9
Prev Topic
Next 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
Topic Page
1
2
3
4
5
6
7
8
9
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.