[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: selecting associated headings based on sequence p

Subject: RE: selecting associated headings based on sequence position
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 10:25:52 +0100
RE:  selecting associated headings based on sequence  p
> I figured out a solution:
> 
> <xsl:template match="Cell">
> <xsl:variable name="pos" select="position()"></xsl:variable>
> <b><xsl:value-of 
> select="/Worksheet/Table/Row[1]/Cell[position() eq 
> $pos]/Data"/></b> <xsl:value-of select="Data"></xsl:value-of><br/>
> </xsl:template>
> 

You need to be aware that this won't work if there are empty cells. Excel
doesn't output empty elements to represent such cells, rather it includes
attributes on the next cell that isn't empty to give its position.

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.