Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GavinP1983
  • Content: Threads
  • Order by date
  1. GavinP1983

    XML Sum and Loops

    I didn't really explain my problem well in the previous post so I thought I'd try again. My stylesheet is: <?xml version="1.0" encoding="ISO-8859-1"?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="/"> <html> <body> <xsl:variable...
  2. GavinP1983

    Adding Values

    I've got a table: <td><xsl:value-of select="Sender"/></td> <td><xsl:value-of select="Customer"/></td> <td><xsl:value-of select="Address"/></td> <td><xsl:value-of select="Gift"/></td> <td>£<xsl:value-of select="Value"/></td> <td></td> Value is a range of values - it could be...
  3. GavinP1983

    Arranging tables in XSLT

    Hi I've a list of names and associated details, for example: <name>Gav</name> <home>UK</home> <age>16</age> <name>Brian</name> <home>UK</home> <age>22</age> <name>Sarah</name> <home>USA</home> <age>55</age> I'm new to this so please bear with me. Using a for-each loop, I can iterate through...

Part and Inventory Search

Back
Top