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)
+ Website Feedback (249)
- XSLT Help and Discussion (7625)
-> + XML to XML Transformation (3)
-> - This XSLT has stumped me.. (2)
-> ->This XSLT has stumped me....
-> + converting XML to EACOM format (2)
-> + Stylus with XSLT 1.0 + EXSLT T... (2)
-> + Xslt Mapper (2)
-> - xml to xsl (1)
-> - creating a website (1)
-> - XML to PDF using XML Publisher... (1)
-> - Replace nodes (1)
-> - New to XSLT, need help with a ... (1)
-> - Modify XSLT - Have List of Cha... (1)
-> - Replace nodes in one xml file ... (1)
-> - Alternate Row Colour (1)
-> - convert text to XML and then m... (1)
-> - CDATA to XML - work with trans... (1)
-> - XSL-fo and how to line feed th... (1)
-> + Houston we have a problem (2)
-> + XSL-FO PDF generation (2)
-> + StylusStudio - pick XSLT 1.0 b... (6)
-> - Stylus Studio 2010 debugging f... (1)
-- Previous [181-200] [201-220] [221-240] Next
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
Topic  
Postnext
Ananya BhushanSubject: This XSLT has stumped me..
Author: Ananya Bhushan
Date: 28 Apr 2010 11:16 PM
Originally Posted: 27 Apr 2010 01:06 AM
Hi,

I have a complex XSLT transformation and I am trying to figure out how to proceed with.
I am attempting to collect the information associated to a particular PortId. However this information is distributed across various elements as indicated below.
In the example below the information for port_id2 is across two <Map> elements. How would I extract the DOMAIN_ID associated to the same port_ids and transform them into the <ServicePort> element in the output xml.

Input.xml -

<AttributeList>
<Map>
<entry>
<key>PortId</key>
<value>port_id1</value>
</entry>
<entry>
<key>DOMAIN_ID</key>
<value>one</value>
</entry>
</Map>
<Map>
<entry>
<key>PortId</key>
<value>port_id2</value>
</entry>
<entry>
<key>DOMAIN_ID</key>
<value>13</value>
</entry>
</Map>
<Map>
<entry>
<key>PortId</key>
<value>port_id2</value>
</entry>
<entry>
<key>DOMAIN_ID</key>
<value>14</value>
</entry>
</Map>
</AttributeList>

Transformed.xml -

<?xml version="1.0"?>
<ServicePorts>
<ServicePort>
<PortId>port_id1</PortId>
<ServicePortDetails>
<VlanId>one</VlanId>
</ServicePortDetails>
</ServicePort>
<ServicePort>
<PortId>port_id2</PortId>
<ServicePortDetails>
<VlanId>13</VlanId>
</ServicePortDetails>
<ServicePortDetails>
<VlanId>14</VlanId>
</ServicePortDetails>
</ServicePort>
</ServicePorts>
<BandwidthSubscriptions>

Apologies for loosing the indentation but I couldn't get it right :(.
Thanks in advance.

Regards
Ananya

Posttop
(Deleted User) Subject: This XSLT has stumped me..
Author: (Deleted User)
Date: 30 Apr 2010 12:42 PM
Hi Ananya,
this is a grouping problem; have a look at this web page that explain the various approaches at the problem: http://www.jenitennison.com/xslt/grouping/

Alberto

   
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.