[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XPath to calculate total of attribute values
Hello....
Trying to convert a simple HTML2 table: please help! 1. On encountering a TABLE element, 2. examine the first child (guaranteed to be a TR element): 3. count the number of TD elements within the TR (guaranteed the only content), 4. and add to that count the value of every attribute named COLSPAN. Well, I can count the number of TD's in TABLE/TR, <xsl:template match="TABLE"> COUNT 1 [ <xsl:value-of select="count(./TR/TD)"/> ] </xsl:template> I can't figure out how to write an XPath expression to calculate a total of all the TD/@COLSPANs.... If the worst comes to the worst, I can add some code to the script that generates the HTML-like source, so that tables include a COLSPEC-like element, but that seems an even easier way out than asking for help here.... Worst yet, I've just moved to Hungary and left Mike Kay's book in London (what was I thinking?) Thanks in anticipaiton, lee goddard XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|