[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Second try: Search and replace many strings that may not be present in target
Subject: RE: [xsl] Second try: Search and replace many strings that may not be present in target
From: "Andrew Welch" <awelch@xxxxxxxxxxxxxxx>
Date: Mon, 20 May 2002 16:42:50 +0100
|
wow.... left a little testing feature in there:
in the "checkForName" template, the first when test should read:
<xsl:when test="count($quotes/quote) > $position">
instead of:
<xsl:when test="3 > $position">
which Im sure you will have spotted and changed already :)
cheers
andrew
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/04/2002
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Andrew Welch - Mon, 20 May 2002 16:17:50 +0100
Andrew Welch - Mon, 20 May 2002 16:42:50 +0100 <=
Andrew Welch - Mon, 20 May 2002 16:47:54 +0100
Andrew Welch - Mon, 20 May 2002 17:07:10 +0100
|
|