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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.