Subject: Re: Problem w/ call-template
From: Peter Davis <pdavis152@xxxxxxxxx>
Date: Wed, 29 May 2002 19:53:13 -0700
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wednesday 29 May 2002 16:11, Kim wrote:
> Hi,
>
> I got an error msg: Could not find template named: "lastSubString". It is
> from the "***" line. What am I missing here? I checked the spelling; it
> is fine.
...
> </xsl:template>
> </xsl:template>
You have defined the "lastSubString" template *within* another template.
Really you shouldn't have gotten this far -- <xsl:template> must be a
top-level element (that is, a child of <xsl:stylesheet>). Simply move the
"lastSubString" template outside of the other template and it should work.
- --
Peter Davis
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE89ZQbNSZCJx7tYycRApLrAJ9Ct6ZyF3pNeSDns/gX4BnR909XEACeNBJf
n8Ufsoc9yBxLlzIUToaVplE=
=rQpr
-----END PGP SIGNATURE-----
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Problem w/ call-template
- Kim - Wed, 29 May 2002 19:21:09 -0400 (EDT)
- Peter Davis - Wed, 29 May 2002 23:03:35 -0400 (EDT) <=
- <Possible follow-ups>
- NILESH PATEL - Thu, 30 May 2002 03:51:33 -0400 (EDT)
|
|