[Home] [By Thread] [By Date] [Recent Entries]
Pieter Reint Siegers Kort wrote:
Hi, I tried to read your code but you provided way too much info. I did see a few things quickly: - your xsl:if's have a test that won't work. You probably want something like: <xsl:if test=". = '1'"> or <xsl:if test="number(.) = 1"> Here is a template of mine that might give some ideas as to your other problems:
Try to trim down your post to *just* the problem (by doing so you will probably solve it yourself). best, -Rob
|

Cart



