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.