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
becky goodfordSubject: suppressing data on following rows
Author: becky goodford
Date: 08 Mar 2006 10:45 AM
I have an xml file with elements such as: year, month, Number surveyed, number responses, and response rate. 5 columns for a table.

however, I only want the year to print once not on every row...and then again if it changes.


Unknownsat-responserate.xml


Unknownsat-responserate.xsl

Postnext
Minollo I.Subject: suppressing data on following rows
Author: Minollo I.
Date: 08 Mar 2006 11:03 AM
You can try changing the line that outputs your year into:

<xsl:choose>
<xsl:when test="preceding-sibling::datasettablename[1]/out_year = out_year">&quot;</xsl:when>
<xsl:otherwise>
<xsl:value-of select="out_year"/>
</xsl:otherwise>
</xsl:choose>

Posttop
becky goodfordSubject: suppressing data on following rows
Author: becky goodford
Date: 08 Mar 2006 11:15 AM
You are Awesome..worked right off the bat.
I was thinking I needed to use the "preceding sibling" but couldn't get it to work.


thanks you have save me from hitting my head on the wall

 
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.