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
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
amhi craigSubject: 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>


Posttop
(Deleted User) 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 Go to previous topicPrev TopicGo to next topicNext Topic
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.