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: *

  1. GavinP1983

    XML Sum and Loops

    Is anyone able to help? I'm trying various tutorials and I'm learning new things all the time, but this is a little advanced. The solution is about complete, as I said, it's the same as the solution JontyMC kindly provided, but rather than organising by Store alone, customers need to be...
  2. GavinP1983

    XML Sum and Loops

    Thanks for your help. If I wanted to organise it by date, eg: 2005 6/2005 Bluewater details as before Bath details as before 8/2005 Bluewater details as before Yoevil details as before ========================================== Grand total for 2005: xx How would I go about...
  3. 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...
  4. GavinP1983

    Adding Values

    Do I need to keep some sort of running total with a variable?
  5. 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...
  6. 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